Run EXE on prefix while game is running
Heroic doesn't execute the exe I tell it to execute in the game prefix while the game is running, it waits until the game closes, how do I change that?
wineboot -i before running anything user-provided (main game or EXEs), which verifies that some required files are present, but has the unfortunate side-effect of waiting until all other programs running in the prefix quit.wine executable from the game log, then open up a Terminal and run WINEPREFIX=/path/to/my/prefix /path/to/my/wine /path/to/my/file.exewineboot -iwineWINEPREFIX=/path/to/my/prefix /path/to/my/wine /path/to/my/file.exe