Skip to content

Commit

Permalink
Notarized / signed mac release
Browse files Browse the repository at this point in the history
  • Loading branch information
steveruizok committed Feb 13, 2021
1 parent 5fc8310 commit 25adead
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
7 changes: 0 additions & 7 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,10 @@ files:
publish: null

mac:
category: public.app-category.productivity
darkModeSupport: false
hardenedRuntime: true
gatekeeperAssess: false
entitlements: resources/entitlements.mac.plist
entitlementsInherit: resources/entitlements.mac.plist
target:
target: dmg
arch:
- arm64
- x64

dmg:
sign: false
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "telestrator",
"description": "A drawing app for streaming.",
"version": "0.2.0",
"version": "0.2.1",
"author": "Steve Ruiz @steveruizok",
"homepage": "https://github.com/steveruizok/telestrator",
"main": "app/background.js",
Expand All @@ -13,9 +13,9 @@
"build:all": "nextron build --all",
"build:win32": "nextron build --win --ia32",
"build:win64": "nextron build --win --x64",
"build:mac": "nextron build --mac --arch=arm64 --x64",
"build:mac": "nextron build --mac --x64",
"build:linux": "nextron build --linux",
"release:mac": "nextron build --mac --arm64 --x64"
"release:mac": "nextron build --mac --x64"
},
"dependencies": {
"@state-designer/react": "^1.4.5",
Expand Down

0 comments on commit 25adead

Please sign in to comment.