Skip to content

Commit 99f54a9

Browse files
committed
I hate js
1 parent e7c675b commit 99f54a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/desktop/scripts/notarize.macos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = async () => {
1+
module.exports = () => {
22
if (process.platform !== 'darwin' || process.env.MACOS_SKIP_NOTARIZATION) {
33
return undefined
44
}

0 commit comments

Comments
 (0)