t7x/installer/compile.bat

4 lines
84 B
Batchfile
Raw Normal View History

2024-03-11 05:03:16 -04:00
@echo off
if not exist "build" mkdir "build"
tools\makensis.exe "t7x_Installer.nsi"