Skip to content

Commit

Permalink
stonecutter: Add version 1.0.0 (#1199)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetopia authored Aug 1, 2024
1 parent db318c1 commit 755c5ca
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions bucket/stonecutter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": "1.0.0",
"description": "Fixes various bugs related to Minecraft: Bedrock Edition",
"homepage": "https://github.com/Aetopia/Stonecutter",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Aetopia/Stonecutter/releases/download/v1.0.0/Stonecutter.zip",
"hash": "e255b944d3a33252520e5dfaf8b8af798756e4eaa2d368582b52773340859ea0"
}
},
"shortcuts": [
[
"Stonecutter.exe",
"Stonecutter"
]
],
"checkver": {
"url": "https://api.github.com/repos/Aetopia/Stonecutter/releases/latest",
"jsonpath": "$.tag_name",
"regex": "v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Aetopia/Stonecutter/releases/download/v$version/Stonecutter.zip"
}
}
}
}

0 comments on commit 755c5ca

Please sign in to comment.