Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Topic on Talk:Game Porting Toolkit

That's works with Firefox: WINEPREFIX=~/my-game-prefix `brew --prefix game-porting-toolkit`/bin/wine64 reg add "HKEY_CLASSES_ROOT\http\shell\open\command" /ve /d "\"C:\Program Files\Mozilla Firefox\firefox.exe\" %1" /f

and

WINEPREFIX=~/my-game-prefix `brew --prefix game-porting-toolkit`/bin/wine64 reg add "HKEY_CLASSES_ROOT\https\shell\open\command" /ve /d "\"C:\Program Files\Mozilla Firefox\firefox.exe\" %1" /f