/zoeplat

To get this branch, use:
bzr branch http://9ix.org/bzr/zoeplat
1
2
3
4
5
6
7
#!/bin/sh

V=`bzr version-info --custom --template={revno}`
echo "VERSION = '$V'" >version.lua
rm -f zoeplat-$V.love
bzr ls -RV |zip -@ zoeplat-$V.love
bzr revert version.lua