This repository was archived by the owner on May 6, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
88PROJECT_ROOT=" $( cd " $SCRIPT_DIR /.." && pwd) "
99BUILD_DIR=" $SCRIPT_DIR /build"
1010DIST_DIR=" $PROJECT_ROOT /dist"
11- VERSION=" 1.0.10 "
11+ VERSION=" 1.0.11 "
1212SCRIPTS_DIR=" $BUILD_DIR /scripts"
1313
1414rm -rf " $BUILD_DIR "
Original file line number Diff line number Diff line change 1010 <line choice =" com.agentpack.pkg" />
1111 </line >
1212 </choices-outline >
13- <choice id =" default" />
14- <choice id =" com.agentpack.pkg" visible =" true" enabled =" true"
15- title =" Agent Pack"
16- description =" 安装 Agent Pack 文件并启动图形化设置向导。" >
17- <pkg-ref id =" com.agentpack.pkg" />
18- </choice >
13+ <choice id =" default" />
14+ <choice id =" com.agentpack.pkg" visible =" true" enabled =" true"
15+ title =" Agent Pack"
16+ description =" 安装 Agent Pack 文件并启动图形化设置向导。" >
17+ <pkg-ref id =" com.agentpack.pkg" />
18+ </choice >
1919 <pkg-ref id =" com.agentpack.pkg"
20- version =" 1.0.10 "
20+ version =" 1.0.11 "
2121 onConclusion =" none" >AgentPack.pkg</pkg-ref >
2222</installer-gui-script >
Original file line number Diff line number Diff line change 22; Requires Inno Setup 6.x
33
44#define MyAppName " Agent Pack"
5- #define MyAppVersion " 1.0.10 "
5+ #define MyAppVersion " 1.0.11 "
66#define MyAppPublisher " Agent Pack"
77#define MyAppURL " https://github.com/SenseTime-FVG/agent_pack"
88
You can’t perform that action at this time.
0 commit comments