Mentions légales du service

Skip to content
Snippets Groups Projects
Commit eab90d04 authored by VIAUD Nathan's avatar VIAUD Nathan
Browse files

Permit no notarize build

parent 2b9e294f
Branches
Tags
No related merge requests found
Pipeline #853566 passed
...@@ -69,7 +69,7 @@ module.exports = { ...@@ -69,7 +69,7 @@ module.exports = {
}, },
afterSign: async (context) => { afterSign: async (context) => {
const { electronPlatformName, appOutDir } = context; const { electronPlatformName, appOutDir } = context;
if (electronPlatformName !== 'darwin') { if (electronPlatformName !== 'darwin' || process.env.NO_NOTARIZE) {
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment