-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
96 lines (85 loc) · 1.72 KB
/
electron-builder.yml
File metadata and controls
96 lines (85 loc) · 1.72 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
appId: com.thirdeye-git.app
productName: ThirdEye
directories:
output: release
buildResources: assets
files:
- dist/**/*
- assets/**/*
mac:
target:
- target: dmg
arch:
- universal
- target: zip
arch:
- universal
icon: assets/icon.png
category: public.app-category.developer-tools
darkModeSupport: true
dmg:
title: ThirdEye
artifactName: ThirdEye-${version}-mac-universal.${ext}
win:
target:
- target: nsis
arch:
- x64
icon: assets/icon.ico
nsis:
oneClick: true
perMachine: false
allowElevation: true
installerIcon: assets/icon.ico
uninstallerIcon: assets/icon.ico
artifactName: ThirdEye-${version}-win-setup.${ext}
linux:
target:
- target: deb
arch:
- x64
- arm64
- target: rpm
arch:
- x64
- arm64
- target: AppImage
arch:
- x64
- arm64
icon: assets/icon.png
category: Development
maintainer: Jakub Duch
executableName: thirdeye
synopsis: Multi-provider Git repository monitoring desktop app
description: Monitor your GitHub, GitLab & Bitbucket PRs, issues, notifications, and CI checks from your desktop.
deb:
depends:
- libgtk-3-0
- libnotify4
- libnss3
- libxss1
- libxtst6
- xdg-utils
- libatspi2.0-0
- libuuid1
- libsecret-1-0
artifactName: ThirdEye-${version}-linux-${arch}.${ext}
rpm:
depends:
- gtk3
- libnotify
- nss
- libXScrnSaver
- libXtst
- xdg-utils
- at-spi2-core
- libuuid
- libsecret
artifactName: ThirdEye-${version}-linux-${arch}.${ext}
appImage:
artifactName: ThirdEye-${version}-linux-${arch}.${ext}
publish:
provider: github
owner: jakduch
repo: thirdeye