From ba8476f2ef6cfc69e76b3d0eb5259d31b0956eab Mon Sep 17 00:00:00 2001 From: Mo Date: Thu, 16 Jun 2022 11:47:48 -0500 Subject: [PATCH] chore: fix linux build name --- packages/desktop/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 83a2f1dc8..a199adb1a 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -123,6 +123,7 @@ "linux": { "category": "Office", "icon": "build/icon/", + "executableName": "Standard Notes", "desktop": { "StartupWMClass": "standard notes" },