-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
45 lines (38 loc) · 981 Bytes
/
Copy pathelectron-builder.yml
File metadata and controls
45 lines (38 loc) · 981 Bytes
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
appId: com.github.mgxv.owlpost
productName: Owlpost
copyright: "Copyright © 2026"
directories:
output: release
buildResources: build-resources
files:
- dist/**
- dist-electron/**
- package.json
extraResources:
- from: dist-injected/
to: injected/
filter: "*.js"
asar: true
mac:
icon: build-resources/icon.icns
category: public.app-category.productivity
minimumSystemVersion: "13.0"
hardenedRuntime: true
gatekeeperAssess: false
entitlements: build-resources/entitlements.mac.plist
entitlementsInherit: build-resources/entitlements.mac.plist
target:
- target: dmg
- target: zip
extendInfo:
CFBundleURLTypes:
- CFBundleURLSchemes:
- mailto
CFBundleURLName: com.github.mgxv.owlpost.mailto
CFBundleTypeRole: Viewer
dmg:
title: "${productName} ${version}"
publish:
provider: github
owner: mgxv
repo: owlpost