Update package.json

This commit is contained in:
gardenGnostic 2026-03-12 23:10:55 +01:00 committed by GitHub
parent 1e27d63fae
commit 1c1fbc3d46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
{
"name": "legacylauncher",
"version": "3.5.0",
"description": "",
"description": "A Minecraft: Legacy Console Edition launcher",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
@ -32,11 +32,13 @@
"category": "Game",
"icon": "512x512.png",
"desktop": {
"Name": "Minecraft LCE Launcher",
"GenericName": "Minecraft Launcher",
"Comment": "A Minecraft: Legacy Console Edition launcher",
"Categories": "Game;Emulation;",
"StartupNotify": "true"
"entry": {
"Name": "Minecraft LCE Launcher",
"GenericName": "Minecraft Launcher",
"Comment": "A Minecraft: Legacy Console Edition launcher",
"Categories": "Game;Emulation;",
"StartupNotify": "true"
}
},
"executableName": "legacylauncher"
},