/zoeplat

To get this branch, use:
bzr branch http://9ix.org/bzr/zoeplat

« back to all changes in this revision

Viewing changes to build.sh

  • Committer: Josh C
  • Date: 2013-04-21 20:40:19 UTC
  • Revision ID: josh@9ix.org-20130421204019-14mx4bztdt4wnbg6
automated build script - pull love win/mac & assemble the parts

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
rm -rf zoeplat.app zoeplat-macosx.zip
36
36
cp -r love/love.app zoeplat.app
37
37
cp zoeplat.love zoeplat.app/Contents/Resources/
38
 
cp ../Info.plist zoeplat.app/Contents/
 
38
# TODO: fix Contents/Info.plist
39
39
zip -qry zoeplat-macosx.zip zoeplat.app
40
40
 
41
41
cd ..