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
|