Skip to content

Commit f0e704e

Browse files
committed
Merge pull request #329 from nono/fix-depends
Fix depends for electron-builder
2 parents 7c65ce4 + 0bd5e01 commit f0e704e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gui/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"build": {
66
"app-bundle-id": "io.cozy.desktop",
77
"app-category-type": "public.app-category.productivity",
8-
"iconUrl": "https://cozy.io/en/images/desktop/icon.ico"
8+
"iconUrl": "https://cozy.io/en/images/desktop/icon.ico",
9+
"linux": {
10+
"depends": ["libappindicator1", "libnotify-bin"]
11+
}
912
},
1013
"devDependencies": {
1114
"chokidar-cli": "1.2.0",

0 commit comments

Comments
 (0)