maint: update installer compile script

This commit is contained in:
Ahrimdon 2024-08-13 22:50:40 -04:00
parent 10b4e8301b
commit 4a1a2a1ed7

View File

@ -1,4 +1,10 @@
@echo off
if not exist "build" mkdir "build"
"tools\makensis.exe" "iw7_Installer.nsi"
"tools\makensis.exe" "iw7_Installer.nsi"
echo.
echo Compiled successfully!
echo.
pause