feat: unified portable package with full menu
- Single package for Mac ARM64 + Windows x64 - start.command/bat = quick launch (gateway + browser) - menu.command/bat = full 13-option menu: config wizard, QQ Bot, Feishu, skills, diagnostics, backup/restore, reset, China mirror, system info - app/data/system separation for safe upgrades
This commit is contained in:
@@ -31,8 +31,11 @@ if [ "$ARCH" = "arm64" ]; then
|
||||
NODE_DIR="$APP_DIR/runtime/node-mac-arm64"
|
||||
echo -e " ${GREEN}Apple Silicon (M series)${NC}"
|
||||
else
|
||||
NODE_DIR="$APP_DIR/runtime/node-mac-x64"
|
||||
echo -e " ${GREEN}Intel Mac${NC}"
|
||||
echo -e " ${RED}This version only supports Apple Silicon (M1-M4).${NC}"
|
||||
echo -e " ${RED}Intel Mac is not supported in this release.${NC}"
|
||||
echo ""
|
||||
read -p " Press Enter to exit..."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
NODE_BIN="$NODE_DIR/bin/node"
|
||||
|
||||
Reference in New Issue
Block a user