Skip to content

Commit

Permalink
Fix mac notarizing for local publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed Jul 5, 2024
1 parent 031f169 commit c96aeeb
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 84 deletions.
212 changes: 137 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 19 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Buttercup",
"version": "2.28.0-5",
"version": "2.28.0-6",
"description": "Buttercup Password Manager",
"main": "build/main/index.js",
"scripts": {
Expand Down Expand Up @@ -118,10 +118,14 @@
"notarize": {
"teamId": "9D8F4J769D"
},
"target": [{
"target": "dmg",
"arch": ["x64"]
}]
"target": [
{
"target": "dmg",
"arch": [
"x64"
]
}
]
},
"dmg": {
"artifactName": "${productName}-${os}-x64-${version}.${ext}",
Expand Down Expand Up @@ -161,15 +165,21 @@
"target": [
{
"target": "nsis",
"arch": ["x64"]
"arch": [
"x64"
]
},
{
"target": "portable",
"arch": ["x64"]
"arch": [
"x64"
]
},
{
"target": "7z",
"arch": ["x64"]
"arch": [
"x64"
]
}
],
"publisherName": [
Expand Down Expand Up @@ -271,6 +281,7 @@
"allotment": "^1.20.2",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"chalk": "^5.3.0",
"classnames": "^2.5.1",
"concurrently": "^6.3.0",
"copy-webpack-plugin": "^7.0.0",
Expand Down
Loading

0 comments on commit c96aeeb

Please sign in to comment.