veloren-weekly: Add version 2023-02-01T10_41 #811
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There is an open PR for Airshipper (Veloren's downloader/server browser/launcher). This manifest circumvents the need for Airshipper and instead downloads the latest weekly release directly.
The benefit of this manifest is that user data is persisted (unlike the aforementioned PR which installs Airshipper to the system and saves user data to "%APPDATA%\airshipper\profiles\default\userdata").
The downside to not using Airshipper is that it's less user-friendly: no server browser, patch notes, game news, or the convenience of release channel switching (there is also a nightly channel), etc. The manifest provides some info via
notes
to inform the user of available servers and a link to the game's help resource. Since Veloren is currently pre-alpha, "Weekly" is the most stable version of the game.Note: The manifest uses
url
instead ofgithub
forcheckver
because weekly builds are being appended to a previous release named "weekly" (I assumegithub
would not detect any newly appended builds): https://github.com/veloren/veloren/releasesCloses #365