Files
pokerth/win_create_release.cmd
T

7 lines
171 B
Batchfile
Raw Normal View History

2011-01-16 15:16:47 +00:00
#!/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