From ba6c9a514358fc602b51fd3f0517ae52f8dec732 Mon Sep 17 00:00:00 2001 From: Lleyton Gray Date: Sat, 4 Dec 2021 17:54:20 -0800 Subject: [PATCH] Fix desktop file --- electron-builder.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron-builder.json b/electron-builder.json index a3b12e9ca..5de82b8fd 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -14,11 +14,11 @@ "publish": "github", "linux": { "category": "Network", + "executableName": "skye", "desktop": { "Name": "Innatical Skye", "Comment": "Browse the Web", "GenericName": "Internet", - "Exec": "skye", "Icon": "static/icons/skye.png", "Type": "Application", "StartupNotify": false,