Fixing removing svn directories.

This commit is contained in:
lotodore
2011-01-16 15:25:23 +00:00
parent 912db09b73
commit b96a3d288e
+1 -1
View File
@@ -2,5 +2,5 @@
mkdir ./PokerTH
mv release/pokerth.exe ./PokerTH/
cp -R ./data ./PokerTH/
find ./PokerTH/ -name ".svn" -exec rm -rf {} \;
find ./PokerTH/ -name ".svn" | xargs rm -Rf
zip -r PokerTH-windows.zip ./PokerTH