diff options
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 ) |