This commit is contained in:
aozhiwei 2019-11-29 11:48:22 +08:00
parent 07d73bb021
commit df798de0c0
2 changed files with 2 additions and 1 deletions

View File

@ -13,4 +13,4 @@ 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 common.sh reload.sh restart.sh start_instance.sh manage.py config
tar --exclude=*.git -chzf target/${package_name} bin common.sh reload.sh restart.sh start_instance.sh manage.py config ${EXT_PKG_FILES}

View File

@ -4,3 +4,4 @@ SRC_EXE_NAME=wsproxy
SOURCE_PATH=third_party/wsproxy/server/wsproxy
COMPILE_FLAGS="-DGAME_ID=${GAME_ID} -DMASTER_MODE=1 ."
PRE_COMPILE_CMD="python ../tools/scripts/construct/build_pb.py --nohooks 1"
EXT_PKG_FILES="res"