doomrunner: Add version 1.5.1 (#667)

master
sitiom 2022-07-31 02:28:12 +08:00 committed by GitHub
parent 83f721bc3a
commit bca695146c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 40 additions and 0 deletions

40
bucket/doomrunner.json Normal file
View File

@ -0,0 +1,40 @@
{
"version": "1.5.1",
"description": "Modern preset-oriented graphical launcher of ZDoom and derivatives",
"homepage": "https://github.com/Youda008/DoomRunner",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/Youda008/DoomRunner/releases/download/v1.5.1/DoomRunner-1.5.1-Windows-64bit-static.zip",
"hash": "287f2a47dd6670027ff7c50c4e74c3c749f3ebcfabacd93dfbad4be4e289da17"
},
"32bit": {
"url": "https://github.com/Youda008/DoomRunner/releases/download/v1.5.1/DoomRunner-1.5.1-Windows-32bit-static.zip",
"hash": "84f97409c0897c73072cfc8d86359720667514829f26ce8dbc9aa6d867af0d74"
}
},
"pre_install": [
"# Create options.json if it does not exist",
"if (!(Test-Path \"$persist_dir\\options.json\")) {",
" Set-Content -Path \"$dir\\options.json\" -Value \"{}\"",
"}"
],
"shortcuts": [
[
"DoomRunner.exe",
"Doom Runner"
]
],
"persist": "options.json",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Youda008/DoomRunner/releases/download/v$version/DoomRunner-$version-Windows-64bit-static.zip"
},
"32bit": {
"url": "https://github.com/Youda008/DoomRunner/releases/download/v$version/DoomRunner-$version-Windows-32bit-static.zip"
}
}
}
}