Skip to content

Commit 9051ab9

Browse files
committed
Update notarize.js
1 parent 7b90a3e commit 9051ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/notarize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ exports.default = async function notarizing(context) {
1818
appPath: `${appOutDir}/${appName}.app`,
1919
appleId: process.env.APPLEID,
2020
appleIdPassword: process.env.APPLEIDPASS,
21-
tool: "notarytool"
21+
tool: 'notarytool'
2222
});
2323
};

0 commit comments

Comments
 (0)