Fixing removing svn directories.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user