Browse Subversion Repository
Contents of /tags/version_0_8_0/make_release_package.sh
Parent Directory
| Revision Log
Revision 157 -
( show annotations)
( download)
( as text)
Wed Jul 24 14:58:24 2019 UTC
(4 years, 8 months ago)
by toshinagata1964
File MIME type: text/x-sh
File size: 341 byte(s)
Version 0.8.0
| 1 |
#!/bin/sh |
| 2 |
# dt=`date +'%y%m%d'` |
| 3 |
(cd build/Deployment; zip -r Alchemusica_latest.zip Alchemusica.app -x \*.DS_Store) |
| 4 |
# (cd ..; zip -r Alchemusica_src_$dt.zip Alchemusica -x \*.svn/\* -x _\* -x \*/_\* -x \*.DS_Store -x Alchemusica/build\* -x Alchemusica/\*.zip) |
| 5 |
# mv ../Alchemusica_src_$dt.zip ./ |
| 6 |
mv build/Deployment/Alchemusica_latest.zip ./ |
|