iw7-mod/installer/compile.bat
2024-08-13 22:50:40 -04:00

10 lines
134 B
Batchfile

@echo off
if not exist "build" mkdir "build"
"tools\makensis.exe" "iw7_Installer.nsi"
echo.
echo Compiled successfully!
echo.
pause