mirror of
https://github.com/gradenGnostic/LegacyLauncher.git
synced 2026-08-20 04:28:19 +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",
|
"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"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue