30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"version": "nightly",
|
|
"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",
|
|
"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"
|
|
]
|
|
]
|
|
}
|