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 82f0bee commit 7fb319aCopy full SHA for 7fb319a
ljswitchboard-builder/build_scripts/build_project.js
@@ -45,7 +45,8 @@ const buildOS = {
45
'win32': 'win32'
46
}[process.platform] || 'linux';
47
48
-const mac_notarize = process.argv.some(() => {return process.argv.indexOf('mac_sign') > 0;});
+// const mac_notarize = process.argv.some(() => {return process.argv.indexOf('mac_sign') > 0;});
49
+const mac_notarize = true
50
// The LabJack macOS installer builder signs Kipling files, so we actually don't
51
// want to sign here.
52
if (mac_notarize) {
0 commit comments