Skip to content

Commit

Permalink
chunker-cli: Add version 1.0.0 (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiNtD authored Aug 18, 2024
1 parent d54e1a8 commit f58bc45
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions bucket/chunker-cli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": "1.0.0",
"description": "Convert Minecraft worlds between Java Edition and Bedrock Edition",
"homepage": "https://github.com/HiveGamesOSS/Chunker",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/HiveGamesOSS/Chunker/releases/download/1.0.0/chunker-cli-windows-x64.zip",
"hash": "70a85d0182472ca3380d8fc881b94194a200aec269510c93f22c69fd8cc007b1"
}
},
"extract_dir": "chunker-cli",
"bin": "chunker-cli.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/HiveGamesOSS/Chunker/releases/download/$version/chunker-cli-windows-x64.zip"
}
}
}
}

0 comments on commit f58bc45

Please sign in to comment.