Skip to content

Commit

Permalink
fix(build-macos): update electron-notarize (#782)
Browse files Browse the repository at this point in the history
* fix(build-macos): add team id

* fix(build-macos): remove appBundleId

* fix(build-macos): update electron-notarize

* fix(build-macos): update electron-notarize
  • Loading branch information
2xAA authored Nov 5, 2022
1 parent caf287d commit c4f4bdc
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 @@ -80,7 +80,7 @@
"core-js": "^3.19.1",
"electron": "^17.2.0",
"electron-builder": "^22.9.1",
"electron-notarize": "^1.0.0",
"electron-notarize": "^1.2.2",
"eslint": "^5.16.0",
"eslint-plugin-no-for-each": "^0.1.14",
"eslint-plugin-vue": "^5.2.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4808,10 +4808,10 @@ electron-builder@^22.9.1:
update-notifier "^4.1.1"
yargs "^16.0.3"

electron-notarize@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/electron-notarize/-/electron-notarize-1.0.0.tgz#bc925b1ccc3f79e58e029e8c4706572b01a9fd8f"
integrity sha512-dsib1IAquMn0onCrNMJ6gtEIZn/azG8hZMCYOuZIMVMUeRMgBYHK1s5TK9P8xAcrAjh/2aN5WYHzgVSWX314og==
electron-notarize@^1.2.3:
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"
Expand Down

0 comments on commit c4f4bdc

Please sign in to comment.