Adding script to create Windows release

This commit is contained in:
lotodore
2011-01-16 15:16:47 +00:00
parent 6edcfe271d
commit 4321b20987
+6
View File
@@ -0,0 +1,6 @@
#!/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