ship midiplayer to clients

This commit is contained in:
Tim Felgentreff 2022-03-30 06:41:58 +02:00
parent f229041618
commit 48247c62fe
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"