We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c675b commit 99f54a9Copy full SHA for 99f54a9
packages/desktop/scripts/notarize.macos.js
@@ -1,4 +1,4 @@
1
-module.exports = async () => {
+module.exports = () => {
2
if (process.platform !== 'darwin' || process.env.MACOS_SKIP_NOTARIZATION) {
3
return undefined
4
}
0 commit comments