This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
forked from veloren/Airshipper
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: finish move to veloren organisation
- Loading branch information
1 parent
26f7ff7
commit defe64a
Showing
5 changed files
with
8 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,3 @@ | ||
# Airshipper | ||
|
||
[![GitHub release)](https://img.shields.io/github/v/release/veloren/airshipper?include_prereleases)](https://github.com/veloren/Airshipper/releases) [![License](https://img.shields.io/github/license/veloren/airshipper?color=blue)](https://github.com/veloren/Airshipper/blob/master/LICENSE) [![Discord](https://img.shields.io/discord/449602562165833758?label=discord)](https://discord.gg/rvbW3Z4) [![AUR version](https://img.shields.io/aur/version/airshipper?label=AUR)](https://aur.archlinux.org/packages/airshipper/) | ||
|
||
A cross-platform Veloren launcher. | ||
|
||
![Airshipper](https://camo.githubusercontent.com/71dfc8bb095129c57a7d2c29ff7d50bba4c91e67fef84c2e6ef93be7efb1e02a/68747470733a2f2f7777772e736f6e6774726f6e69782e636f6d2f616972736869707065722d302e342e302e676966) | ||
|
||
## Features | ||
|
||
- [x] Update/Download and start nightly. | ||
- [x] Fancy UI with batteries included. | ||
- [x] Updates itself on windows. | ||
|
||
## Download | ||
|
||
**NOTE:** Airshipper cannot be considered stable yet. | ||
|
||
#### Compile from source | ||
|
||
```bash | ||
git clone https://github.com/veloren/Airshipper.git | ||
cd Airshipper | ||
cargo run --release | ||
``` | ||
|
||
Make sure to have [rustup](https://rustup.rs/) installed to compile rust code and [git lfs](https://book.veloren.net/contributors/development-tools.html#git-lfs) for assets. | ||
This repository has been moved over to the Veloren organisation on Gitlab/Github. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "airshipper" | ||
description = "Provides automatic updates for the voxel RPG Veloren." | ||
version = "0.4.2" | ||
version = "0.4.3" | ||
authors = ["Songtronix <[email protected]>"] | ||
edition = "2018" | ||
publish = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters