Add mac/win suffixes to zip files

This commit is contained in:
Matt Keeter 2014-03-24 21:11:25 -04:00
parent 030f0c5161
commit de5c4b440a
2 changed files with 2 additions and 2 deletions

View file

@ -10,5 +10,5 @@ rm empty.lproj
cd ../../.. cd ../../..
cp -r fstl.app .. cp -r fstl.app ..
cd .. cd ..
zip -r fstl.zip fstl.app README.md zip -r fstl_mac.zip fstl.app README.md

View file

@ -1,3 +1,3 @@
cd .. cd ..
cp build/release/fstl.exe . cp build/release/fstl.exe .
/c/Program\ Files/7-Zip/7z.exe a fstl.zip fstl.exe README.md /c/Program\ Files/7-Zip/7z.exe a fstl_win.zip fstl.exe README.md