4 lines
102 B
Batchfile
4 lines
102 B
Batchfile
@echo off
|
|
|
|
if not exist "build" mkdir "build"
|
|
..\tools\makensis.exe "..\Project-BO4\BO4_Installer.nsi" |