Skip to content

Commit

Permalink
ci: try fix macOS notarize
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Nov 12, 2023
1 parent 393b63e commit 2827395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ exports.default = async function notarizing(context) {
}

return await notarize({
tool: 'notarytool',
appBundleId: 'yank.note',
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLEID,
Expand Down

1 comment on commit 2827395

@vercel
Copy link

@vercel vercel bot commented on 2827395 Nov 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.