Skip to content

Commit

Permalink
bedrock-launcher: Add version 2024.8.18.21 (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitiom authored Aug 20, 2024
1 parent d892ce2 commit 0c1ce58
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions bucket/bedrock-launcher.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"version": "2024.8.18.21",
"description": "An unofficial Minecraft Bedrock for Windows Launcher",
"homepage": "https://bedrocklauncher.github.io/",
"license": "GPL-3.0-only",
"notes": [
"Run the launcher on an Administrator account. Running it on a normal account and providing Admin rights at the prompt will result in an error and crash of the launcher.",
"Please also ensure you are using a Microsoft account on your PC, or your Microsoft Store is logged in with a Microsoft account which has access to the game (Either bought or Game Pass).",
"See \"Important Notes\" section at https://github.com/BedrockLauncher/BedrockLauncher/releases/latest"
],
"suggest": {
"VCRedist": "extras/vcredist2022",
".NET 6.0 Desktop Runtime": "versions/windowsdesktop-runtime-6.0"
},
"architecture": {
"64bit": {
"url": "https://github.com/BedrockLauncher/BedrockLauncher/releases/download/2024.8.18.21/BedrockLauncher2024.8.18.21.zip",
"hash": "7c0ca2ca776a67ffc9a90a784b856bd4be841511f1409adaf0a8df692db36cba"
}
},
"extract_dir": "BedrockLauncher",
"shortcuts": [
[
"StartBedrockLauncher.exe",
"Bedrock Launcher",
"",
"app\\BedrockLauncher.exe"
]
],
"persist": "app\\data",
"checkver": {
"github": "https://github.com/BedrockLauncher/BedrockLauncher"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/BedrockLauncher/BedrockLauncher/releases/download/$version/BedrockLauncher$version.zip"
}
}
}
}

0 comments on commit 0c1ce58

Please sign in to comment.