Ok I found solution, after install 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