diff --git a/packaging/osx/package-game.sh b/packaging/osx/package-game.sh index cbbbf0b0b1..08e96de8a5 100755 --- a/packaging/osx/package-game.sh +++ b/packaging/osx/package-game.sh @@ -29,5 +29,5 @@ done git describe --tags > "VERSION" cd $PACKAGING_PATH -#zip OpenRA -r -9 OpenRA.app +zip OpenRA -r -9 OpenRA.app echo "Done!" \ No newline at end of file