Skip to content

Commit

Permalink
I hate js
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Feb 6, 2024
1 parent e7c675b commit 99f54a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/scripts/notarize.macos.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = async () => {
module.exports = () => {
if (process.platform !== 'darwin' || process.env.MACOS_SKIP_NOTARIZATION) {
return undefined
}
Expand Down

0 comments on commit 99f54a9

Please sign in to comment.