4 lines
94 B
Batchfile
4 lines
94 B
Batchfile
|
@echo off
|
||
|
|
||
|
if not exist "build" mkdir "build"
|
||
|
..\tools\makensis.exe "..\T7x\t7x_Installer.nsi"
|