make sure composer exits after building
This commit is contained in:
parent
173fa3cc19
commit
c498144bf2
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
@echo off
|
||||
IF EXIST win32\WarServ-Setup*.exe del win32\WarServ-Setup*.exe
|
||||
"C:\Program Files\Pantaray\QSetup\Composer.exe" win32\WarServ.qsp /Compile
|
||||
"C:\Program Files\Pantaray\QSetup\Composer.exe" win32\WarServ.qsp /Compile /Exit
|
||||
move win32\WarServ-Setup.exe win32\WarServ-Setup-3-0-a4-%1.exe
|
||||
|
|
Reference in a new issue