Skip to content

Commit

Permalink
hotfix-update-notarize
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGOrtega committed Mar 3, 2024
1 parent 03c4f6d commit 93d49c9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/008desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@
"rage-edit": "^1.2.0"
},
"devDependencies": {
"@electron/notarize": "^2.3.0",
"electron": "28.2.0",
"electron-builder": "^24.8.0",
"electron-icon-builder": "^2.0.1",
"electron-notarize": "^1.2.2",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/008desktop/scripts/notarize.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { notarize } = require('electron-notarize');
const { notarize } = require('@electron/notarize');
const { NOT_APPLE_ID, NOT_APPLE_ID_PASS, CI } = process.env;

exports.default = async function notarizing(context) {
Expand All @@ -11,6 +11,7 @@ exports.default = async function notarizing(context) {
const appPath = `${appOutDir}/${appName}.app`;

return await notarize({
tool: 'notarytool',
appPath,
appBundleId: 'app.kunzite.008',
appleId: NOT_APPLE_ID,
Expand Down
17 changes: 9 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1368,6 +1368,15 @@
fs-extra "^9.0.1"
promise-retry "^2.0.1"

"@electron/notarize@^2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@electron/notarize/-/notarize-2.3.0.tgz#9659cf6c92563dd69411afce229f52f9f7196227"
integrity sha512-EiTBU0BwE7HZZjAG1fFWQaiQpCuPrVGn7jPss1kUjD6eTTdXXd29RiZqEqkgN7xqt/Pgn4g3I7Saqovanrfj3w==
dependencies:
debug "^4.1.1"
fs-extra "^9.0.1"
promise-retry "^2.0.1"

"@electron/[email protected]":
version "1.0.5"
resolved "https://registry.yarnpkg.com/@electron/osx-sign/-/osx-sign-1.0.5.tgz#0af7149f2fce44d1a8215660fd25a9fb610454d8"
Expand Down Expand Up @@ -8770,14 +8779,6 @@ electron-log@^4.4.8:
resolved "https://registry.yarnpkg.com/electron-log/-/electron-log-4.4.8.tgz#fcb9f714dbcaefb6ac7984c4683912c74730248a"
integrity sha512-QQ4GvrXO+HkgqqEOYbi+DHL7hj5JM+nHi/j+qrN9zeeXVKy8ZABgbu4CnG+BBqDZ2+tbeq9tUC4DZfIWFU5AZA==

electron-notarize@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/electron-notarize/-/electron-notarize-1.2.2.tgz#ebf2b258e8e08c1c9f8ff61dc53d5b16b439daf4"
integrity sha512-ZStVWYcWI7g87/PgjPJSIIhwQXOaw4/XeXU+pWqMMktSLHaGMLHdyPPN7Cmao7+Cr7fYufA16npdtMndYciHNw==
dependencies:
debug "^4.1.1"
fs-extra "^9.0.1"

[email protected]:
version "24.8.0"
resolved "https://registry.yarnpkg.com/electron-publish/-/electron-publish-24.8.0.tgz#8fcf282a05b63958470c1ca53a8807555089d475"
Expand Down

0 comments on commit 93d49c9

Please sign in to comment.