ship midiplayer to clients
This commit is contained in:
parent
f229041618
commit
48247c62fe
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ before_build:
|
|||
- cmake -G "Visual Studio 16 2019" -T v142 -A win32 -DCMAKE_PREFIX_PATH="%cd%\\dependencies" -DENABLE_NSIS=ON -DENABLE_STDIO_REDIRECT=ON ..
|
||||
- cd ..
|
||||
after_build:
|
||||
- 7z a compiled-binaries.zip %cd%\build\Release\*.pdb %cd%\build\stratagus.exe %cd%\build\dependencies\bin\*.dll
|
||||
- 7z a compiled-binaries.zip %cd%\build\Release\*.pdb %cd%\build\stratagus.exe %cd%\build\stratagus-midiplayer.exe %cd%\build\dependencies\bin\*.dll
|
||||
artifacts:
|
||||
- path: build\Stratagus-*.exe
|
||||
- path: compiled-binaries.zip
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
!define EXE "stratagus.exe"
|
||||
; copy, in case VS put the exe under Release or Debug
|
||||
!system "powershell -Command $\"& {cp **\${EXE} ${EXE}}$\""
|
||||
|
||||
!system "powershell -Command $\"& {cp **\stratagus-midiplayer.exe stratagus-midiplayer.exe}$\""
|
||||
|
||||
!define UNINSTALL "uninstall.exe"
|
||||
!define INSTALLER "${NAME}-${VERSION}.exe"
|
||||
|
|
Loading…
Add table
Reference in a new issue