Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

veloren-weekly: Add version 2023-02-01T10_41 #811

Merged
merged 4 commits into from
Feb 7, 2023
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions bucket/veloren-weekly.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"version": "2023-02-01T10_41",
"description": "A multiplayer voxel RPG inspired by games such as Cube World, Legend of Zelda: Breath of the Wild, Dwarf Fortress and Minecraft",
"homepage": "https://veloren.net/",
"license": {
"identifier": "GPL-3.0-only",
"url": "https://gitlab.com/veloren/veloren/-/blob/master/LICENSE"
},
"notes": [
"Veloren has a number of game servers available to join, a list of which can be found here:",
"https://gitlab.com/veloren/serverbrowser/-/blob/master/server/servers.ron",
"(replace the address shown on Veloren's login page with an address from the link above).",
"For help regarding the game, see Veloren's Owner's Manual: https://book.veloren.net/."
Calinou marked this conversation as resolved.
Show resolved Hide resolved
],
"architecture": {
"64bit": {
"url": "https://github.com/veloren/veloren/releases/download/weekly/weekly-windows-x86_64-2023-02-01T10_41.zip",
"hash": "18fd85d8a55350803721204285fcef94ac3cd0a322b84710c36b50fe4c18a728"
}
},
"bin": [
"veloren-server-cli.exe",
"veloren-voxygen.exe"
],
"shortcuts": [
[
"veloren-server-cli.exe",
"Veloren Server CLI"
],
[
"veloren-voxygen.exe",
"Veloren"
]
],
"persist": [
"userdata"
],
"checkver": {
"url": "https://github.com/veloren/veloren/releases/expanded_assets/weekly",
"regex": "/download/weekly/weekly-windows-x86_64-(?<version>[\\w-]+).zip",
"reverse": true
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/veloren/veloren/releases/download/weekly/weekly-windows-x86_64-$version.zip"
}
}
}
}