From 433f5296b588fe011bbec41f3c1ba9807eabb78e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 5 May 2022 17:34:20 +0800 Subject: [PATCH] 1 --- boundle.sh | 1 + common.sh | 6 ++++++ ecosystem.config.js | 1 + reload.sh | 1 + restart.sh | 1 + third_party/textserver | 2 +- 6 files changed, 11 insertions(+), 1 deletion(-) create mode 120000 boundle.sh create mode 100644 common.sh create mode 120000 ecosystem.config.js create mode 120000 reload.sh create mode 120000 restart.sh diff --git a/boundle.sh b/boundle.sh new file mode 120000 index 0000000..bb4dd06 --- /dev/null +++ b/boundle.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_pm2_cpp_i_n/boundle.sh \ No newline at end of file diff --git a/common.sh b/common.sh new file mode 100644 index 0000000..975c4ed --- /dev/null +++ b/common.sh @@ -0,0 +1,6 @@ +PROJECT_NAME=textserver +SRC_EXE_NAME=textserver +SOURCE_PATH=third_party/textserver/server/textserver +COMPILE_FLAGS="-DRELEASE=1 -DLIB_DIR=ubuntu20.04_g++-9 ." +PRE_COMPILE_CMD="" +EXT_PKG_FILES="" diff --git a/ecosystem.config.js b/ecosystem.config.js new file mode 120000 index 0000000..2f33106 --- /dev/null +++ b/ecosystem.config.js @@ -0,0 +1 @@ +third_party/tools/scripts/publish_pm2_cpp_i_n/ecosystem.config.js \ No newline at end of file diff --git a/reload.sh b/reload.sh new file mode 120000 index 0000000..83ea9c5 --- /dev/null +++ b/reload.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_pm2_cpp_i_n/reload.sh \ No newline at end of file diff --git a/restart.sh b/restart.sh new file mode 120000 index 0000000..22f2ca9 --- /dev/null +++ b/restart.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_pm2_cpp_i_n/restart.sh \ No newline at end of file diff --git a/third_party/textserver b/third_party/textserver index 8209bb2..de732c6 160000 --- a/third_party/textserver +++ b/third_party/textserver @@ -1 +1 @@ -Subproject commit 8209bb219865cde37605f2a2a2d12c5ee8f71658 +Subproject commit de732c6dea3e02b7e2a16542c45d48ec0a8410ea