We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c65ce4 + 0bd5e01 commit f0e704eCopy full SHA for f0e704e
gui/package.json
@@ -5,7 +5,10 @@
5
"build": {
6
"app-bundle-id": "io.cozy.desktop",
7
"app-category-type": "public.app-category.productivity",
8
- "iconUrl": "https://cozy.io/en/images/desktop/icon.ico"
+ "iconUrl": "https://cozy.io/en/images/desktop/icon.ico",
9
+ "linux": {
10
+ "depends": ["libappindicator1", "libnotify-bin"]
11
+ }
12
},
13
"devDependencies": {
14
"chokidar-cli": "1.2.0",
0 commit comments