Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
chore: finish move to veloren organisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Songtronix committed Aug 24, 2021
1 parent 26f7ff7 commit defe64a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 48 deletions.
23 changes: 4 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## Added
- add troubleshooting guide
- create server image tagged with branch or tag automatically

## Changed
- serve veloren locally (removes s3 support) #147

## Fixed
- Gitlab Pipeline Event model
- CI not running on forks
- quote paths in msiexec call
- validate response status before download
- only use one rustfmt.toml
- leave one artifact per os on prune
- reduced minimum window size
- check status of webhook response
## [0.4.3] - 2020-12-16

- Repository has been moved over to the Veloren organisation.

## [0.4.2] - 2020-12-16

Expand Down Expand Up @@ -123,4 +107,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.3.2]: https://github.com/Songtronix/Airshipper/releases/tag/v0.3.2
[0.4.0]: https://github.com/Songtronix/Airshipper/releases/tag/v0.4.0
[0.4.1]: https://github.com/Songtronix/Airshipper/releases/tag/v0.4.1
[0.4.2]: https://github.com/Songtronix/Airshipper/releases/tag/v0.4.2
[0.4.2]: https://github.com/Songtronix/Airshipper/releases/tag/v0.4.2
[0.4.3]: https://github.com/Songtronix/Airshipper/releases/tag/v0.4.3
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 1 addition & 25 deletions README.md
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.
2 changes: 1 addition & 1 deletion client/Cargo.toml
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
Expand Down
3 changes: 1 addition & 2 deletions client/src/windows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ use winapi::{
};

pub fn query() -> Result<Option<Release>> {
// TODO: Has to be adjusted.
let releases = self_update::backends::github::ReleaseList::configure()
.repo_owner("songtronix")
.repo_owner("veloren")
.repo_name("airshipper")
.build()?
.fetch()?;
Expand Down

0 comments on commit defe64a

Please sign in to comment.