2 个不稳定版本
0.11.0 | 2024 年 2 月 15 日 |
---|---|
0.0.0 | 2019 年 12 月 7 日 |
#791 in Web 编程
每月 238 下载
1MB
5.5K SLoC
空中快递者
跨平台 Veloren 启动器。
功能
- 更新/下载并启动 nightly。
- 内置电池的精美 UI。
- 在 Windows 上自动更新。
下载
注意: Airshipper 尚不稳定。
从源码编译
git clone https://gitlab.com/veloren/airshipper.git
cd airshipper
cargo run --release
请确保已安装 rustup 以编译 Rust 代码,以及 git lfs 以支持资产。
Airshipper-Server
注意: Airshipper-Server 对最终用户不是必需的。
从源码编译
git clone https://gitlab.com/veloren/airshipper.git
cd airshipper
cargo run --release --bin airshipper-server
首次运行时,将在 config/config.template.ron
创建一个模板配置文件,并且服务器将退出。
将其重命名为 config.ron
并在再次运行之前进行适当的编辑。
cargo run --release --bin airshipper-server
NixOS 用户
您可以使用以下命令安装 Airshipper:
- 启用 flakes 的 Nix:
nix profile install github:veloren/Airshipper
- 禁用 flakes 的 Nix:
nix-env -i -f "https://github.com/veloren/Airshipper/tarball/master"
依赖项
~54–77MB
~1.5M SLoC