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