Commit fc7d84c267256191c35a98f0b1620743e359ccb8
1 parent
d93691c5
Exists in
master
and in
5 other branches
Removing debug pause in windows build script.
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
win/pack.sh
@@ -434,8 +434,6 @@ makeInstaller() | @@ -434,8 +434,6 @@ makeInstaller() | ||
434 | if [ "$?" != "0" ]; then | 434 | if [ "$?" != "0" ]; then |
435 | echo makensis ${NSIS_ARGS} ${NSI} | 435 | echo makensis ${NSIS_ARGS} ${NSI} |
436 | failed "Error building ${NSI}" | 436 | failed "Error building ${NSI}" |
437 | - cd ${WORKDIR}/build/${ARCH} | ||
438 | - /bin/bash | ||
439 | fi | 437 | fi |
440 | 438 | ||
441 | echo "TARCH="[${TARCH}]" ARCH=[${ARCH}]" | 439 | echo "TARCH="[${TARCH}]" ARCH=[${ARCH}]" |