From df798de0c0caa5e3fbf0ef9a8616ff884022762b Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 29 Nov 2019 11:48:22 +0800 Subject: [PATCH] 1 --- scripts/publish_cpp_i_n/boundle.sh | 2 +- scripts/publish_readme.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/publish_cpp_i_n/boundle.sh b/scripts/publish_cpp_i_n/boundle.sh index a8801b5..4ebc6fd 100644 --- a/scripts/publish_cpp_i_n/boundle.sh +++ b/scripts/publish_cpp_i_n/boundle.sh @@ -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} diff --git a/scripts/publish_readme.txt b/scripts/publish_readme.txt index 648a725..b3f4615 100644 --- a/scripts/publish_readme.txt +++ b/scripts/publish_readme.txt @@ -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"