#!/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}"