Skip to content

Commit

Permalink
dungeonsupdater: Add version 1.0.0 (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetopia authored Jun 12, 2024
1 parent 9beefde commit f5a6103
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions bucket/dungeonsupdater.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": "1.0.0",
"description": "Download, install and update Minecraft Dungeons",
"homepage": "https://github.com/Aetopia/DungeonsUpdater",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/Aetopia/DungeonsUpdater/releases/download/v1.0.0/DungeonsUpdater.exe",
"hash": "8c035cffd4482c0537100ef3672181401057b4ac76332beeee0be5ad9c4efc46"
}
},
"shortcuts": [
[
"DungeonsUpdater.exe",
"Dungeons Updater"
]
],
"persist": "Content",
"checkver": {
"url": "https://api.github.com/repos/Aetopia/DungeonsUpdater/releases/latest",
"jsonpath": "$.tag_name",
"regex": "v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Aetopia/DungeonsUpdater/releases/download/v$version/DungeonsUpdater.exe"
}
}
}
}

0 comments on commit f5a6103

Please sign in to comment.