Fixing error with Windows package script launching

This commit is contained in:
Matthew
2010-09-24 22:09:25 +12:00
committed by Chris Forbes
parent f93e270fe4
commit 193cb929f1

View File

@@ -28,7 +28,7 @@ esac
(
msg "\E[34m" "Building Windows package."
pushd windows/ &> /dev/null
makensis -DSRCDIR=/home/openra/openra-package/$_gitname-build OpenRA.nsi &> package.log
makensis -DSRCDIR=/home/openra/openra-package/OpenRA-build OpenRA.nsi &> package.log
if [ $? -eq 0 ]; then
mv OpenRA.exe OpenRA-$VERSION.exe
../uploader.sh windows "$VERSION" OpenRA-$VERSION.exe "$FTPPATH" "$2" "$3"