Add packaging script for Mac, add platform name to packages.

This commit is contained in:
Petteri Aimonen
2013-12-03 20:35:29 +02:00
parent a0f91bbeeb
commit a5006cc612
3 changed files with 51 additions and 2 deletions

2
tools/make_windows_package.sh Normal file → Executable file
View File

@@ -52,4 +52,4 @@ find $DEST -name '*.c' -o -name '*.h' -o -name '*.txt' \
-exec unix2dos '{}' \;
# Zip it all up
( cd dist; zip -r $VERSION.zip $VERSION )
( cd dist; zip -r $VERSION-windows.zip $VERSION )