t7x/installer/compile.bat

4 lines
86 B
Batchfile

@echo off
if not exist "build" mkdir "build"
"tools\makensis.exe" "t7x_Installer.nsi"