Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/make_release_package.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 46 by toshinagata1964, Sun Apr 12 14:10:56 2015 UTC revision 55 by toshinagata1964, Sun Apr 24 10:27:25 2016 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2  dt=`date +'%y%m%d'`  # dt=`date +'%y%m%d'`
3  (cd build/Deployment; zip -r Alchemusica_$dt.zip Alchemusica.app -x \*.DS_Store)  (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)  # (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 ./  # mv ../Alchemusica_src_$dt.zip ./
6  mv build/Deployment/Alchemusica_$dt.zip ./  mv build/Deployment/Alchemusica_latest.zip ./

Legend:
Removed from v.46  
changed lines
  Added in v.55

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