helloSystem / launch

Command line tool to launch applications, will search for .app bundles and .AppDir directories in various directories, and will show launch errors in the GUI
BSD 2-Clause "Simplified" License
16 stars 6 forks source link

Treat .exe like applications #22

Closed probonopd closed 1 year ago

probonopd commented 1 year ago

Treat .exe like applications, similar to how we treat application bundles and (as a fallback) .desktop files.

When launching them, construct an environment with the WINEPREFIX they are located in, so that launching an .exe in fact results in it being launched using the correct WINE and the correct WINEPREFIX, even if there are multple ones on the system.

probonopd commented 1 year ago

21