#!/bin/bash # # 混淆构建脚本 # # 使用方式: # ./build.sh # set -e cd "$(dirname "$0")" echo ">>> 构建" uv run --with pyarmor python build.py echo ">>> 完成"