diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-12-03 20:35:29 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-12-29 20:26:58 +0200 |
commit | 2b334015afd0bfd1888dc4b08f02778d96b2da8c (patch) | |
tree | 7b966a067bac254c27c2dd94d88ec4a3fc598575 /tools/make_windows_package.sh | |
parent | 435ccbfdf7e48cfd809c41049d9edf4d6c267566 (diff) |
Add packaging script for Mac, add platform name to packages.
Diffstat (limited to 'tools/make_windows_package.sh')
-rwxr-xr-x[-rw-r--r--] | tools/make_windows_package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make_windows_package.sh b/tools/make_windows_package.sh index fe83bc44..1a339a2b 100644..100755 --- a/tools/make_windows_package.sh +++ b/tools/make_windows_package.sh @@ -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 ) |