Skylark v0.2.10
Pre-release
Pre-release
更新内容
修复
-
修复更新内核时"拒绝访问"错误(Windows)
更新 sing-box 内核时,若内核进程正在运行,直接覆盖可执行文件会导致os error 5(Access Denied)。现改为先将旧文件重命名为.old(Windows 允许对运行中文件重命名),再写入新文件,最后清理旧文件;更新失败时自动回滚,确保内核文件不丢失。 -
修复 macOS Intel 版本无法打包的问题
GitHub Actions 的macos-13(Intel 物理机)Runner 已被弃用,导致 CI 无法构建 macOS Intel 版本。现改为在 Apple Silicon Runner 上通过 Rust 交叉编译生成x86_64-apple-darwin产物,产出文件不变(*_x64.dmg)。
下载安装包
| 平台 | 文件 |
|---|---|
| Windows x64 | *-x64-setup.exe |
| macOS Apple Silicon | *_aarch64.dmg |
| macOS Intel | *_x64.dmg |
| Linux (AppImage) | *.AppImage |
| Linux (Debian/Ubuntu) | *.deb |
注意:首次运行需要自行下载 sing-box 内核。