Skip to content

Commit

Permalink
fix macos notarization #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferllings committed Apr 29, 2024
1 parent 0deaa97 commit 5417336
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"cross-env": "^7.0.3",
"electron": "29.1.4",
"electron-builder": "^24.13.3",
"electron-builder-notarize": "^1.5.1"
"electron-builder-notarize": "^1.5.2"
},
"dependencies": {
"color-blind": "^0.1.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -764,10 +764,10 @@ electron-browser-storage@^1.0.7:
resolved "https://registry.yarnpkg.com/electron-browser-storage/-/electron-browser-storage-1.0.7.tgz#508b56c5465249f1bea88f4c87bf8dd2bb270c7a"
integrity sha512-/5aNIqo0Y1TS3UWs9EVLfiaY3Dio1xaFn5FRAQFDfjE92ObhClrgxWN3MtO9MDMriCkqcY+hO5F1m7sfK5D5fQ==

electron-builder-notarize@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/electron-builder-notarize/-/electron-builder-notarize-1.5.1.tgz#e00b868a67ef20a77f00017606626f24fdbdc445"
integrity sha512-xS7s9gE+1AcJIuJ4DU/LqCrmRypE1zOR/6b66egKzgP/UVh9YSa7rINos34gF/KcueNDQU39HcXcCEKiEI5wPQ==
electron-builder-notarize@^1.5.2:
version "1.5.2"
resolved "https://registry.yarnpkg.com/electron-builder-notarize/-/electron-builder-notarize-1.5.2.tgz#540185b57a336fc6eec01bfe092a3b4764459255"
integrity sha512-vo6RGgIFYxMk2yp59N4NsvmAYfB7ncYi6gV9Fcq2TVKxEn2tPXrSjIKB2e/pu+5iXIY6BHNZNXa75F3DHgOOLA==
dependencies:
dotenv "^8.2.0"
electron-notarize "^1.1.1"
Expand Down

0 comments on commit 5417336

Please sign in to comment.