Skip to content

Commit

Permalink
What the actual hell is wrong...
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbinnie committed Jan 9, 2025
1 parent f50b14f commit 32ec100
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions patches/@electron+notarize+2.2.1.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/node_modules/@electron/notarize/lib/notarytool.js b/node_modules/@electron/notarize/lib/notarytool.js
index b058fdc..f0a8a3f 100644
--- a/node_modules/@electron/notarize/lib/notarytool.js
+++ b/node_modules/@electron/notarize/lib/notarytool.js
@@ -102,6 +102,7 @@ function notarizeAndWaitForNotaryTool(opts) {
'json',
];
const result = yield (0, spawn_1.spawn)('xcrun', notarizeArgs);
+ console.log(result.output.trim())
const parsed = JSON.parse(result.output.trim());
if (result.code !== 0 || !parsed.status || parsed.status !== 'Accepted') {
try {

0 comments on commit 32ec100

Please sign in to comment.