42 lines
1.5 KiB
JSON
42 lines
1.5 KiB
JSON
{
|
|
"homepage": "http://www.mcedit.net/",
|
|
"description": "World editor for Minecraft",
|
|
"version": "2.0.0-beta14",
|
|
"license": "BSD-3-Clause",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/mcedit/mcedit2/releases/download/2.0.0-beta14/mcedit2-win32-2.0.0-beta14.exe#/mcedit2.7z",
|
|
"hash": "d98471a303215de878c97fd86e263912825fa56eb3fc4347e5afc78e191953a4",
|
|
"extract_dir": "mcedit2-win32-2.0.0-beta14"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/mcedit/mcedit2/releases/download/2.0.0-beta14/mcedit2-win64-2.0.0-beta14.exe#/mcedit2.7z",
|
|
"hash": "7b481550cb6ceae28deacb4072eafb5201bb111c65a7389c4aa66495fa670b55",
|
|
"extract_dir": "mcedit2-win64-2.0.0-beta14"
|
|
}
|
|
},
|
|
"bin": "mcedit2.exe",
|
|
"shortcuts": [
|
|
[
|
|
"mcedit2.exe",
|
|
"MCEdit2"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://github.com/mcedit/mcedit2/releases",
|
|
"regex": "tree/([\\wd.-]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/mcedit/mcedit2/releases/download/$version/mcedit2-win32-$version.exe#/mcedit2.7z",
|
|
"extract_dir": "mcedit2-win32-$version"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/mcedit/mcedit2/releases/download/$version/mcedit2-win64-$version.exe#/mcedit2.7z",
|
|
"extract_dir": "mcedit2-win64-$version"
|
|
}
|
|
}
|
|
}
|
|
}
|