Skip to content

Commit

Permalink
feat: electron-forge macos code sgin
Browse files Browse the repository at this point in the history
Signed-off-by: seven <zilisheng1996@gmail.com>
  • Loading branch information
Blankll committed Jun 2, 2024
1 parent 6059427 commit ac1f583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const config: ForgeConfig = {
asar: true,
icon: iconPath,
executableName: 'DocKit',
osxSign: {},
osxNotarize: {
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_ID_PASSWORD,
Expand Down

0 comments on commit ac1f583

Please sign in to comment.