mirror of
https://github.com/gradenGnostic/LegacyLauncher.git
synced 2026-04-23 15:36:23 +00:00
Update package.json
This commit is contained in:
parent
1e27d63fae
commit
1c1fbc3d46
14
package.json
14
package.json
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue