This is a shell script.

This commit is contained in:
lotodore
2011-01-16 15:22:39 +00:00
parent 5d33abc0e9
commit 912db09b73
-6
View File
@@ -1,6 +0,0 @@
#!/bin/bash
mkdir ./PokerTH
mv release/pokerth.exe ./PokerTH/
cp -R ./data ./PokerTH/
find ./PokerTH/ -name ".svn" -exec rm -rf {} \;
zip -r PokerTH-windows.zip ./PokerTH