feat: 更新 Monero 版本至 v0.18.4.5,并调整相关文档和配置
All checks were successful
Build and Release Mond / build-and-test (amd64) (push) Successful in 11m52s
Build and Release Mond / build-and-test (arm64) (push) Successful in 18m1s
Build and Release Mond / release (push) Has been skipped

This commit is contained in:
2026-01-21 11:56:40 +08:00
parent b491d8af32
commit 319cadb352
5 changed files with 6 additions and 5 deletions

2
debian/build-deb.sh vendored
View File

@@ -4,7 +4,7 @@ set -e
# 参数检查
if [ $# -ne 3 ]; then
echo "Usage: $0 <ARCH> <VERSION> <BINARY_DIR>"
echo "Example: $0 amd64 0.18.4.4 build/Linux/release/bin"
echo "Example: $0 amd64 0.18.4.5 build/Linux/release/bin"
exit 1
fi