v2.4 hopefully

This commit is contained in:
2025-11-04 17:27:21 +01:00
parent 0af2129fe3
commit 5877626155
74 changed files with 48 additions and 9346 deletions

View File

@@ -13,9 +13,6 @@ if not exist "%ProgramFiles32%\NSIS\Bin\makensis.exe" (
exit /b 1
)
:: Build project
call LegacyUpdate\build.cmd
:: Build NSIS
makensis setup\setup.nsi
if "%errorlevel%" neq "0" exit /b %errorlevel%