diff --git a/package.json b/package.json index 2afdc2f..39aefc4 100644 --- a/package.json +++ b/package.json @@ -61,8 +61,7 @@ { "target": "nsis", "arch": ["x64"]}, { "target": "portable", "arch": ["x64"]} ], - "icon": "icon.ico", - "description": "A modern, cross-platform launcher for Hytale with automatic updates and multi-client support" + "icon": "icon.ico" }, "linux": { "target": [ @@ -73,8 +72,7 @@ { "target": "snap", "arch": ["x64"] } ], "icon": "build/icon.png", - "category": "Game", - "description": "A modern, cross-platform launcher for Hytale with automatic updates and multi-client support" + "category": "Game" }, "mac": { "target": [ @@ -82,8 +80,7 @@ { "target": "zip", "arch": ["universal"]} ], "icon": "build/icon.icns", - "category": "public.app-category.games", - "description": "A modern, cross-platform launcher for Hytale with automatic updates and multi-client support" + "category": "public.app-category.games" }, "nsis": { "oneClick": false, @@ -93,3 +90,4 @@ } } } +