Skip to content

Commit

Permalink
Fix property name
Browse files Browse the repository at this point in the history
  • Loading branch information
morishin committed Jun 14, 2024
1 parent 4999405 commit fa7a286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = async function () {
appPath: appPath,
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_PASSWORD,
ascProvider: process.env.ASC_PROVIDER,
teamId: process.env.ASC_PROVIDER,
});

console.log("afterSign: Notarized");
Expand Down

0 comments on commit fa7a286

Please sign in to comment.