From 564e858aec694508411065877f3f1f2e2b3b097c Mon Sep 17 00:00:00 2001 From: "J. Yi" <93548144+jyyi1@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:12:28 -0400 Subject: [PATCH] fix(client/windows): restore product name to "Outline" (#2214) This commit reverts the product name from "outline-client" back to "Outline". This also fixed the reinstallation issue. Though I'm still not sure about the root cause, it could be that electron-builder failed to handle the '-' character (similar to https://github.com/electron-userland/electron-builder/issues/6488, but not exactly the same). --- client/electron/electron-builder.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/electron/electron-builder.json b/client/electron/electron-builder.json index c858749c6a..daff0bdff0 100644 --- a/client/electron/electron-builder.json +++ b/client/electron/electron-builder.json @@ -1,5 +1,5 @@ { - "productName": "outline-client", + "productName": "Outline", "artifactName": "Outline-Client.${ext}", "asarUnpack": [ "client" ], "directories": {