Skip to content

Commit

Permalink
apparently Springies use this for downloading the engine too
Browse files Browse the repository at this point in the history
these are wonderous times we live in.
  • Loading branch information
ashdnazg committed Jul 19, 2016
1 parent b537cb6 commit d363ee4
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 @@ -74,7 +74,7 @@ ${SEVENZIP} ${MIN_PORTABLE_ARCHIVE} ${INSTALLDIR}/* -xr!*.dbg &
# 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" ] && [ x${BRANCH} = xmaster ]; then
(cd ${INSTALLDIR} && ${ZIP} ${MIN_PORTABLE_ZIP} * -x spring-headless.exe spring-dedicated.exe \*.dbg) &
(cd ${INSTALLDIR} && ${ZIP} ${MIN_PORTABLE_ZIP} * -x spring-headless.exe \*.dbg) &
fi

# compress UnitTests
Expand Down

0 comments on commit d363ee4

Please sign in to comment.