-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: migrate from electron-notarize to @electron/notarize (#1433)
- Loading branch information
1 parent
b56ea8a
commit df3383c
Showing
5 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,7 +92,7 @@ osx-sign (macOS host platform only) Whether to sign the macOS app pack | |
osx-notarize (macOS host platform only, requires --osx-sign) Whether to notarize the macOS app | ||
packages. You must use dot notation to configure a list of sub-properties, e.g. | ||
--osx-notarize.appleId="[email protected]" | ||
For info on supported values see https://npm.im/electron-notarize#method-notarizeopts-promisevoid | ||
For info on supported values see https://npm.im/@electron/notarize#method-notarizeopts-promisevoid | ||
Properties supported include: | ||
- appleId: should contain your apple ID username / email | ||
- appleIdPassword: should contain the password for the provided apple ID | ||
|