bzr branch
http://9ix.org/bzr/zoeplat
9
by Josh C
build script to build .love file |
1 |
#!/bin/sh |
2 |
||
3 |
V=`bzr version-info --custom --template={revno}` |
|
41
by Josh C
update version when building |
4 |
echo "VERSION = '$V'" >version.lua |
9
by Josh C
build script to build .love file |
5 |
rm -f zoeplat-$V.love |
6 |
bzr ls -RV |zip -@ zoeplat-$V.love |
|
41
by Josh C
update version when building |
7 |
bzr revert version.lua |