From aa18b388abeaa171802051dd3761d933a74828a2 Mon Sep 17 00:00:00 2001 From: gabaldon Date: Fri, 3 May 2024 12:14:25 +0200 Subject: [PATCH] fix: set appid --- electron-builder.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron-builder.json5 b/electron-builder.json5 index 697cb107e..699eac887 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -2,7 +2,7 @@ * @see https://www.electron.build/configuration/configuration */ { - "appId": "YourAppID", + "appId": "com.electron.sheikah-witnet-wallet", "asar": true, "directories": { "output": "release/${version}"