Skip to content

Commit

Permalink
Use notarytool
Browse files Browse the repository at this point in the history
  • Loading branch information
morishin committed Oct 17, 2024
1 parent 35ab729 commit db5adb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ module.exports = async function () {
console.log("afterSign: Notarizing");

await notarize({
tool: "notarytool",
appBundleId: "io.bdash",
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 db5adb1

Please sign in to comment.