Skip to content

Commit

Permalink
v1.0.371
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderwalt committed Apr 6, 2024
1 parent f220872 commit 3227904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ exports.default = async function notarizing(context) {
teamId: process.env.APPLE_TEAM_ID,
});

console.log("Notarization successful");
console.log("Notarization using OpenBuilds CONTROL's custom notarize.js script: successful");
} catch (error) {
console.error("Notarization failed:", error);
console.error("Notarization using OpenBuilds CONTROL's custom notarize.js script: failed:", error);
}
};

0 comments on commit 3227904

Please sign in to comment.