scoop-games/bucket/minecraft.json

38 lines
1.4 KiB
JSON

{
"version": "2.2.327",
"description": "Official launcher for Minecraft, a sandbox voxel game.",
"homepage": "https://www.minecraft.net/",
"license": {
"identifier": "Proprietary",
"url": "https://account.mojang.com/terms"
},
"url": "https://launcher.mojang.com/download/Minecraft.exe",
"hash": "7466b0d856ab3734031c3baaf7dc7553f725b4ec6f145dc366e927ea944e094a",
"notes": "This is only the launcher; a premium account is required to play Minecraft.",
"post_install": [
"Copy-Item -ErrorAction Ignore -Recurse -Force \"$persist_dir\\game\" -Destination $dir",
"Copy-Item -ErrorAction Ignore -Recurse -Force \"$persist_dir\\runtime\" -Destination $dir"
],
"uninstaller": {
"script": [
"Remove-Item -ErrorAction Ignore -Recurse -Force \"$persist_dir\\Settings\"",
"Copy-Item -ErrorAction Ignore -Recurse -Force \"$dir\\game\" -Destination $persist_dir",
"Copy-Item -ErrorAction Ignore -Recurse -Force \"$dir\\runtime\" -Destination $persist_dir"
]
},
"bin": "Minecraft.exe",
"shortcuts": [
[
"Minecraft.exe",
"Minecraft"
]
],
"checkver": {
"url": "https://launchercontent.mojang.com/launcherPatchNotes.json",
"jsonpath": "$.entries[0].versionWindows"
},
"autoupdate": {
"url": "https://launcher.mojang.com/download/Minecraft.exe"
}
}