small release script.

This commit is contained in:
Stefan Breunig
2013-02-11 17:47:49 +01:00
parent a9812085c1
commit 4be5f1fea1

8
pack-release.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
./build.py
cp ttic-debug.user.js dist/total-conversion-build.user.js
cp style.css dist/style.css
cp external/leaflet_google.js dist/leaflet_google.js
cp external/autolink.js dist/autolink.js
echo 'Done'