7 lines
277 B
Bash
7 lines
277 B
Bash
echo 'Publishing xml'
|
|
cp test ../hs_client1/hearthstone/Data/Win/cardxml0.unity3d
|
|
cp test ../hs_client2/hearthstone/Data/Win/cardxml0.unity3d
|
|
cp test ./static/cardxml0.unity3d
|
|
md5sum ./static/cardxml0.unity3d > ./static/checksum
|
|
cp customMod ../hm_gameserver/script/custom_mod
|