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"