Skip to content

Commit 25adead

Browse files
committed
Notarized / signed mac release
1 parent 5fc8310 commit 25adead

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

electron-builder.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,10 @@ files:
1313
publish: null
1414

1515
mac:
16-
category: public.app-category.productivity
17-
darkModeSupport: false
1816
hardenedRuntime: true
1917
gatekeeperAssess: false
2018
entitlements: resources/entitlements.mac.plist
2119
entitlementsInherit: resources/entitlements.mac.plist
22-
target:
23-
target: dmg
24-
arch:
25-
- arm64
26-
- x64
2720

2821
dmg:
2922
sign: false

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "telestrator",
44
"description": "A drawing app for streaming.",
5-
"version": "0.2.0",
5+
"version": "0.2.1",
66
"author": "Steve Ruiz @steveruizok",
77
"homepage": "https://github.com/steveruizok/telestrator",
88
"main": "app/background.js",
@@ -13,9 +13,9 @@
1313
"build:all": "nextron build --all",
1414
"build:win32": "nextron build --win --ia32",
1515
"build:win64": "nextron build --win --x64",
16-
"build:mac": "nextron build --mac --arch=arm64 --x64",
16+
"build:mac": "nextron build --mac --x64",
1717
"build:linux": "nextron build --linux",
18-
"release:mac": "nextron build --mac --arm64 --x64"
18+
"release:mac": "nextron build --mac --x64"
1919
},
2020
"dependencies": {
2121
"@state-designer/react": "^1.4.5",

0 commit comments

Comments
 (0)