Files
pokerth/win_create_release.sh
T

7 lines
168 B
Bash
Raw Normal View History

2011-01-16 15:22:24 +00:00
#!/bin/bash
mkdir ./PokerTH
2011-01-16 15:39:47 +00:00
cp release/pokerth.exe ./PokerTH/
2011-01-16 15:22:24 +00:00
cp -R ./data ./PokerTH/
2011-01-16 15:25:23 +00:00
find ./PokerTH/ -name ".svn" | xargs rm -Rf
2011-01-16 15:22:24 +00:00
zip -r PokerTH-windows.zip ./PokerTH