Finally created an installer so people can try the game.

This commit is contained in:
Zed A. Shaw 2025-03-05 13:39:38 -05:00
parent 5c815cf755
commit 28b900e4ff
4 changed files with 11 additions and 1 deletions

View file

@ -42,3 +42,6 @@ clean:
debug_test: build
gdb --nx -x .gdbinit --ex run --args builddir/runtests.exe -e
win_installer:
powershell 'start "C:\Program Files (x86)\solicus\InstallForge\bin\ifbuilderenvx86.exe" win_installer.ifp'