updated build script & small installer name fix
This commit is contained in:
parent
f0d263d96e
commit
c60b6f71ed
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
mingw32-make.exe -C .\build -f Makefile.Release
|
||||
mingw32-make.exe -C .\build -f Makefile.Debug
|
||||
makensis /DBUILDTYPE=release install\installer.nsi
|
||||
makensis /DBUILDTYPE=debug install\installer.nsi
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;Auto versioning-------------------------------
|
||||
|
||||
!makensis "/DBUILDTYPE=$BUILDTYPE version.nsi"
|
||||
!makensis "/DBUILDTYPE=${BUILDTYPE} version.nsi"
|
||||
!system "GetVersion.exe"
|
||||
!include "Version.txt"
|
||||
;optional cleanup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue