forked from cozy-labs/cozy-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
electron-builder.yml
51 lines (51 loc) · 1.06 KB
/
electron-builder.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
appId: io.cozy.desktop
files:
- core/**
- gui/app.css
- gui/elm.js
- gui/fonts
- gui/images
- gui/index.html
- gui/js
- gui/locales
- gui/main.js
- gui/node_modules
- gui/ports.js
- gui/scripts/**
- package.json
forceCodeSigning: true
asarUnpack:
- gui/scripts/**
directories:
buildResources: gui/assets
dmg:
contents:
- x: 110
y: 150
- x: 440
y: 150
type: link
path: '/Applications'
win:
target:
- nsis
mac:
category: public.app-category.productivity
target:
- dmg
- zip
linux:
target:
- AppImage
category: Network;FileTransfer;
desktop:
StartupNotify: 'true'
synopsis: Cozy Drive is a synchronization tool for your files and folders with Cozy
Cloud.
description: Save them safely in your open source personal cloud, access them anywhere,
anytime with the mobile application and share them with the world or just your
friends and colleagues. You can host your own Cozy Cloud, and or use the hosting
services. Your freedom to chose is why you can trust us.
appImage:
systemIntegration: doNotAsk