Skip to content

Commit

Permalink
now it should actually work!
Browse files Browse the repository at this point in the history
thanks abma :)
  • Loading branch information
ashdnazg committed Jul 6, 2016
1 parent fb3bf9b commit 73374d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/slave/win/make_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ ${SEVENZIP} ${MIN_PORTABLE_ARCHIVE} ${INSTALLDIR}/* -xr!*.dbg &
# TODO: remove creation of the zip package, when Zero-K Lobby switched to 7z (will save a lot of resources)
# Update 2016/07/06 ZK is yet to support, so only stable releases will have a zipped archive,
# and that's because we're feeling nice.
if [ "$OUTPUTDIR" == "win32" ] && [ -z ${BRANCH} ]; then
if [ "$OUTPUTDIR" == "win32" ] && [ x${BRANCH} = xmaster ]; then
(cd ${INSTALLDIR} && ${ZIP} ${MIN_PORTABLE_ZIP} * -x spring-headless.exe spring-dedicated.exe \*.dbg) &
fi

Expand Down

0 comments on commit 73374d1

Please sign in to comment.