scoop-games/bucket/minecraft.json

38 lines
1.4 KiB
JSON
Raw Normal View History

2019-03-07 18:44:25 -08:00
{
2020-11-02 16:30:20 -08:00
"version": "2.2.327",
2019-11-10 17:45:12 -08:00
"description": "Official launcher for Minecraft, a sandbox voxel game.",
2020-05-02 07:59:41 -07:00
"homepage": "https://www.minecraft.net/",
2019-03-07 18:44:25 -08:00
"license": {
2019-11-10 17:45:12 -08:00
"identifier": "Proprietary",
2019-03-07 18:44:25 -08:00
"url": "https://account.mojang.com/terms"
},
"url": "https://launcher.mojang.com/download/Minecraft.exe",
2020-10-20 17:30:13 -07:00
"hash": "7466b0d856ab3734031c3baaf7dc7553f725b4ec6f145dc366e927ea944e094a",
2020-06-08 00:39:02 -07:00
"notes": "This is only the launcher; a premium account is required to play Minecraft.",
2020-12-06 02:06:55 -08:00
"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"
]
},
2019-11-10 17:45:12 -08:00
"bin": "Minecraft.exe",
2019-03-07 18:44:25 -08:00
"shortcuts": [
[
2019-11-10 17:45:12 -08:00
"Minecraft.exe",
2019-03-07 18:44:25 -08:00
"Minecraft"
]
],
2020-06-08 00:39:02 -07:00
"checkver": {
"url": "https://launchercontent.mojang.com/launcherPatchNotes.json",
"jsonpath": "$.entries[0].versionWindows"
},
"autoupdate": {
"url": "https://launcher.mojang.com/download/Minecraft.exe"
}
2019-03-07 18:44:25 -08:00
}