This commit is contained in:
aozhiwei 2020-01-22 16:39:53 +08:00
parent a99c974be6
commit e4b5dac1cf
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,12 @@
cd third_party/wjtx/trunk/
mvn clean package install -Dmaven.test.skip=true
cd game-standalone/target
unzip game-standlone.zip
cd ../../../../
tag_name=`git status |grep '# On branch '|sed 's/# On branch //g'`
dir_name=`basename $PWD`
package_name=${dir_name}.tar.gz
tar --exclude=*.git -chzf target/${package_name} bin reload.sh restart.sh start_instance.sh config lib public resources static templates

1
lib Symbolic link
View File

@ -0,0 +1 @@
third_party/wjtx/trunk/game-standalone/target/lib