76f266645d
含 Phase 1.1 IM seq 排序、断线重连、多端已读同步与微信式语音转文字 UI。 排除 node_modules、构建产物、安装包与 .env 密钥。 Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
167 B
Bash
Executable File
6 lines
167 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Linux 发布:deb(推荐)+ tar.gz(备用)
|
|
set -euo pipefail
|
|
cd "$(dirname "$0")"
|
|
bash packaging/build-deb.sh "${1:-3.1.10}" "${2:-324}"
|