diff --git a/electron/build/icons/256x256.png b/electron/build/icons/256x256.png new file mode 100644 index 00000000..9cfae3af Binary files /dev/null and b/electron/build/icons/256x256.png differ diff --git a/electron/package.json b/electron/package.json index 04846f77..96743f72 100644 --- a/electron/package.json +++ b/electron/package.json @@ -3,6 +3,7 @@ "version": "3.0.0", "author": "The F-List Team", "description": "F-List.net Chat Client", + "homepage": "https://f-list.net", "main": "main.js", "license": "MIT", "dependencies": { @@ -35,7 +36,9 @@ ], "asar": false, "linux": { - "category": "Network" + "category": "Network", + "icon": "build/icons/", + "maintainer": "The F-List Team " }, "publish": { "provider": "generic",