This is a shell script.
This commit is contained in:
Executable
+6
@@ -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
|
||||
Reference in New Issue
Block a user