aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml20
1 files changed, 14 insertions, 6 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index a0818d55c..764b3e144 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -7,22 +7,30 @@ appId: "com.kytwb.ferdi"
7compression: maximum 7compression: maximum
8 8
9mac: 9mac:
10 hardenedRuntime: true
11 gatekeeperAssess: false
10 category: public.app-category.productivity 12 category: public.app-category.productivity
11 icon: ./build-helpers/images/icon.icns 13 icon: ./build-helpers/images/icon.icns
12 14
15afterSign: ./build-helpers/notarize.js
16
13dmg: 17dmg:
14 background: ./build-helpers/images/dmgInstaller.tiff 18 background: ./build-helpers/images/dmgInstaller.tiff
15 icon: ./build-helpers/images/icon.icns 19 icon: ./build-helpers/images/icon.icns
16 iconSize: 128 20 iconSize: 128
17 contents: [{x: 380, y: 240, type: link, path: /Applications}, {x: 122, y: 240, type: file}] 21 contents:
22 [
23 { x: 380, y: 240, type: link, path: /Applications },
24 { x: 122, y: 240, type: file },
25 ]
18 26
19win: 27win:
20 icon: ./build-helpers/images/icon.ico 28 icon: ./build-helpers/images/icon.ico
21 target: 29 target:
22 target: nsis 30 target: nsis
23 arch: 31 arch:
24 - x64 32 - x64
25 - ia32 33 - ia32
26 34
27linux: 35linux:
28 icon: ./build-helpers/images/icons 36 icon: ./build-helpers/images/icons
@@ -39,10 +47,10 @@ nsis:
39 perMachine: false 47 perMachine: false
40 oneClick: true 48 oneClick: true
41 49
42protocols: 50protocols:
43 name: Ferdi 51 name: Ferdi
44 schemes: [ferdi] 52 schemes: [ferdi]
45 53
46asarUnpack: 54asarUnpack:
47 - ./dictionaries 55 - ./dictionaries
48 - ./assets/images/taskbar 56 - ./assets/images/taskbar