Copy pokerth.exe file.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
mkdir ./PokerTH
|
mkdir ./PokerTH
|
||||||
mv release/pokerth.exe ./PokerTH/
|
cp release/pokerth.exe ./PokerTH/
|
||||||
cp -R ./data ./PokerTH/
|
cp -R ./data ./PokerTH/
|
||||||
find ./PokerTH/ -name ".svn" | xargs rm -Rf
|
find ./PokerTH/ -name ".svn" | xargs rm -Rf
|
||||||
zip -r PokerTH-windows.zip ./PokerTH
|
zip -r PokerTH-windows.zip ./PokerTH
|
||||||
|
|||||||
Reference in New Issue
Block a user