/zoeplat

To get this branch, use:
bzr branch /bzr/zoeplat

« back to all changes in this revision

Viewing changes to build.sh

  • Committer: Josh C
  • Date: 2013-04-21 22:19:23 UTC
  • Revision ID: josh@9ix.org-20130421221923-didbkpmw5kcvzaof
clean plist for osx

Show diffs side-by-side

added added

removed removed

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
 
# TODO: fix Contents/Info.plist
 
38
cp ../Info.plist zoeplat.app/Contents/
39
39
zip -qry zoeplat-macosx.zip zoeplat.app
40
40
 
41
41
cd ..