/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-11 00:15:03 UTC
  • Revision ID: josh@9ix.org-20130411001503-u3hxmtsjcw9i3lo7
actually make separate player/sprite work.  clean up some code that 
assumes debug mode

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
 
3
3
V=`bzr version-info --custom --template={revno}`
4
 
echo "VERSION = '$V'" >version.lua
5
4
rm -f zoeplat-$V.love
6
5
bzr ls -RV |zip -@ zoeplat-$V.love
7
 
bzr revert version.lua