Skip to content

Commit

Permalink
doomlauncher: add version 3.7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
babo4d committed Aug 19, 2024
1 parent 1e8b65d commit deb65c9
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions bucket/doomlauncher.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"version": "3.7.5.0",
"description": "Doom Launcher is a doom launching utility and database for custom wads and pk3s",
"homepage": "https://github.com/nstlaurent/DoomLauncher",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/nstlaurent/DoomLauncher/releases/download/3.7.5/DoomLauncher_3.7.5.0.zip",
"hash": "4a5981741e0ef1ce0b03ff0fd4c962469cfa35ae1fe86a19be873f665fa2b7e1"
}
},
"pre_install": [
"if (!(Test-Path \"$persist_dir\\DoomLauncher.sqlite\")) {",
" Move-item -Path $dir\\DoomLauncher_.sqlite -Destination $dir\\DoomLauncher.sqlite",
"}"
],
"extract_dir": "DoomLauncher",
"shortcuts": [
[
"DoomLauncher.exe",
"Doom Launcher"
]
],
"persist": [
"Backup",
"GameFiles",
"DoomLauncher.sqlite"
],
"checkver": {
"url": "https://api.github.com/repos/nstlaurent/DoomLauncher/releases/latest",
"jsonpath": "$..browser_download_url",
"regex": "/releases/download/(?<tag>v?[\\d.]+)/DoomLauncher_(?<version>v?[\\d.]+)\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/nstlaurent/DoomLauncher/releases/download/$matchTag/DoomLauncher_$version.zip"
}
}
}
}

0 comments on commit deb65c9

Please sign in to comment.