Windows support added to general packager.

This commit is contained in:
Matthew
2010-08-15 01:10:53 +12:00
parent a5dacd52e8
commit acd842f178
2 changed files with 30 additions and 23 deletions

View File

@@ -34,11 +34,11 @@ popd
popd
pushd linux/pkgbuild/
#sh buildpackage.sh "ftp.open-ra.org" "httpdocs/releases/linux" "$2" "$3" "$VERSION"
sh buildpackage.sh "ftp.open-ra.org" "httpdocs/releases/linux" "$2" "$3" "$VERSION"
popd
pushd linux/rpm/
#sh buildpackage.sh "ftp.open-ra.org" "httpdocs/releases/linux" "$2" "$3" "$VERSION" ~/rpmbuild
sh buildpackage.sh "ftp.open-ra.org" "httpdocs/releases/linux" "$2" "$3" "$VERSION" ~/rpmbuild
popd
pushd osx/
@@ -46,3 +46,10 @@ sh package-game.sh ~/openra-package/$_gitname-build "$VERSION"
popd
sh uploader.sh osx "$VERSION" ~/openra-package/$_gitname-build/osxbuild/OpenRA-$VERSION.zip "$2" "$3"
pushd windows/
makensis -DSRCDIR=~/openra-package/$_gitname-build OpenRA.nsi
mv OpenRA.exe OpenRA-$VERSION.exe
popd
sh uploader.sh windows "$VERSION" windows/OpenRA-$VERSION.exe