compile setup scripts automatically
This commit is contained in:
parent
0f3a15d6bd
commit
7502994766
@ -38,4 +38,6 @@ call compile-po-files.bat
|
||||
cd ..\build
|
||||
set PATH=%OPATH%
|
||||
call release-x64.bat
|
||||
set PATH=c:\Program Files (x86)\Inno Setup 5
|
||||
compil32 /cc xchat-wdk-x64.iss
|
||||
pause
|
||||
|
@ -36,4 +36,6 @@ call compile-po-files.bat
|
||||
cd ..\build
|
||||
set PATH=%OPATH%
|
||||
call release-x86.bat
|
||||
set PATH=c:\Program Files (x86)\Inno Setup 5
|
||||
compil32 /cc xchat-wdk-x86.iss
|
||||
pause
|
||||
|
@ -1,3 +1,6 @@
|
||||
@echo off
|
||||
call build-x86.bat
|
||||
call build-x64.bat
|
||||
set PATH=c:\Program Files (x86)\Inno Setup 5
|
||||
compil32 /cc xchat-wdk.iss
|
||||
pause
|
||||
|
Loading…
Reference in New Issue
Block a user