updated build script & small installer name fix

This commit is contained in:
Hane 2025-01-15 21:50:28 +01:00
commit c60b6f71ed
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,7 @@
taskkill /F /IM "qtest.exe" taskkill /F /IM "MixerQ.exe"
taskkill /F /IM "MixerQd.exe"
qmake -o build\Makefile .\qtest.pro qmake -o build\Makefile .\qtest.pro
mingw32-make.exe -C .\build -f Makefile.Release mingw32-make.exe -C .\build -f Makefile.Release
mingw32-make.exe -C .\build -f Makefile.Debug mingw32-make.exe -C .\build -f Makefile.Debug
makensis /DBUILDTYPE=release install\installer.nsi
makensis /DBUILDTYPE=debug install\installer.nsi

View file

@ -1,6 +1,6 @@
;Auto versioning------------------------------- ;Auto versioning-------------------------------
!makensis "/DBUILDTYPE=$BUILDTYPE version.nsi" !makensis "/DBUILDTYPE=${BUILDTYPE} version.nsi"
!system "GetVersion.exe" !system "GetVersion.exe"
!include "Version.txt" !include "Version.txt"
;optional cleanup ;optional cleanup