scoop-games/bucket/minecraft.json

30 lines
1.1 KiB
JSON
Raw Normal View History

2019-03-07 18:44:25 -08:00
{
2022-03-05 13:34:10 -08:00
"version": "nightly",
"description": "Official launcher for Minecraft, a sandbox voxel game",
"homepage": "https://www.minecraft.net/",
2019-03-07 18:44:25 -08:00
"license": {
2022-03-19 15:54:04 -07:00
"identifier": "Proprietary",
"url": "https://account.mojang.com/terms"
2019-03-07 18:44:25 -08:00
},
2020-06-08 00:39:02 -07:00
"notes": "This is only the launcher; a premium account is required to play Minecraft.",
2022-03-05 13:34:10 -08:00
"url": "https://launcher.mojang.com/download/Minecraft.exe",
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"
],
"bin": "Minecraft.exe",
2022-03-05 13:34:10 -08:00
"shortcuts": [
[
"Minecraft.exe",
"Minecraft"
]
],
2020-12-06 02:06:55 -08:00
"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"
]
2022-03-05 13:34:10 -08:00
}
2019-03-07 18:44:25 -08:00
}