Develop and Download Open Source Software

Browse Subversion Repository

Contents of /tags/version_0_7_0/make_release_package.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 132 - (show annotations) (download) (as text)
Mon Oct 23 13:43:07 2017 UTC (6 years, 5 months ago) by toshinagata1964
File MIME type: text/x-sh
File size: 341 byte(s)
version_0_7_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 ./

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26