Skip to content

Commit

Permalink
build: attempt to fix signing process
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <adam.setch@outlook.com>
  • Loading branch information
setchy committed Sep 16, 2024
1 parent 635f84d commit 4a39151
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"dmg": {
"icon": "assets/images/app-icon.icns",
"sign": false
"sign": true
},
"win": {
"target": "nsis",
Expand All @@ -83,8 +83,7 @@
"target": ["AppImage", "deb", "rpm"],
"category": "Development",
"maintainer": "Adam Setch"
},
"afterSign": "scripts/notarize.js"
}
},
"dependencies": {
"@atlaskit/avatar": "21.15.1",
Expand Down

0 comments on commit 4a39151

Please sign in to comment.