Add packaging script for Mac, add platform name to packages.
This commit is contained in:
2
tools/make_windows_package.sh
Normal file → Executable file
2
tools/make_windows_package.sh
Normal file → Executable 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 )
|
||||
|
||||
Reference in New Issue
Block a user