#跨平台 #更新 #启动器 #veloren #自动 #体素 #角色扮演游戏

nightly app airshipper

为体素角色扮演游戏 Veloren 提供自动更新

2 个不稳定版本

0.11.0 2024 年 2 月 15 日
0.0.0 2019 年 12 月 7 日

#791 in Web 编程

Download history 50/week @ 2024-03-11 59/week @ 2024-03-18 147/week @ 2024-03-25 106/week @ 2024-04-01 57/week @ 2024-04-08 73/week @ 2024-04-15 67/week @ 2024-04-22 60/week @ 2024-04-29 56/week @ 2024-05-06 63/week @ 2024-05-13 55/week @ 2024-05-20 88/week @ 2024-05-27 55/week @ 2024-06-03 52/week @ 2024-06-10 72/week @ 2024-06-17 52/week @ 2024-06-24

每月 238 下载

GPL-3.0 许可证

1MB
5.5K SLoC

空中快递者

GitHub release) License Discord AUR version

跨平台 Veloren 启动器。

Airshipper

功能

  • 更新/下载并启动 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