Copy pokerth.exe file.

This commit is contained in:
lotodore
2011-01-16 15:39:47 +00:00
parent b96a3d288e
commit 2d05ccbafe
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
mkdir ./PokerTH
mv release/pokerth.exe ./PokerTH/
cp release/pokerth.exe ./PokerTH/
cp -R ./data ./PokerTH/
find ./PokerTH/ -name ".svn" | xargs rm -Rf
zip -r PokerTH-windows.zip ./PokerTH