srb2kart: Add autoupdate (#430)

master
satorope 2021-10-31 00:34:34 +09:00 committed by GitHub
parent 33fd9b243e
commit 3dd4dd8a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 13 deletions

View File

@ -1,15 +1,21 @@
{
"version": "1.3",
"description": "SRB2Kart is a kart racing mod based on the 3D Sonic the Hedgehog fangame Sonic Robo Blast 2, based on a modified version of Doom Legacy.",
"homepage": "https://kartkrew.org/",
"url": "https://github.com/STJr/Kart-Public/releases/download/v1.3/srb2kart-v13-Installer.exe#dl.7z",
"hash": "9a198781cc1f1df2b0a3b6dcf6677c0a8663d0dc182d20cd6bae1bc78f37632e",
"license": "GPL-2.0-or-later",
"bin": "srb2kart.exe",
"shortcuts": [
[
"srb2kart.exe",
"SRB2Kart"
]
]
"version": "1.3",
"description": "SRB2Kart is a kart racing mod based on the 3D Sonic the Hedgehog fangame Sonic Robo Blast 2, based on a modified version of Doom Legacy.",
"homepage": "https://kartkrew.org/",
"url": "https://github.com/STJr/Kart-Public/releases/download/v1.3/srb2kart-v13-Installer.exe#/dl.7z",
"hash": "9a198781cc1f1df2b0a3b6dcf6677c0a8663d0dc182d20cd6bae1bc78f37632e",
"license": "GPL-2.0-or-later",
"bin": "srb2kart.exe",
"shortcuts": [
[
"srb2kart.exe",
"SRB2Kart"
]
],
"checkver": {
"github": "https://github.com/STJr/Kart-Public/"
},
"autoupdate": {
"url": "https://github.com/STJr/Kart-Public/releases/download/v$version/srb2kart-v$cleanVersion-Installer.exe#/dl.7z"
}
}