iw7-mod/installer/compile.bat

4 lines
86 B
Batchfile
Raw Normal View History

2024-08-13 05:22:55 -04:00
@echo off
if not exist "build" mkdir "build"
"tools\makensis.exe" "iw7_Installer.nsi"