fix(desktop): asarUnpack node-notifier so SnoreToast can launch from the packaged app

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-01 23:03:48 +05:30
parent 21ae3e1aa5
commit ffe04e6bff
+1
View File
@@ -20,6 +20,7 @@
"appId": "com.bizgaze.connect.desktop",
"productName": "Biz Connect",
"directories": { "buildResources": "build", "output": "dist" },
"asarUnpack": ["**/node_modules/node-notifier/**"],
"publish": [
{ "provider": "generic", "url": "https://remote.bizgaze.com/downloads/" }
],