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 7fb319a commit 30487bdCopy full SHA for 30487bd
ljswitchboard-builder/build_scripts/build_project.js
@@ -46,7 +46,7 @@ const buildOS = {
46
}[process.platform] || 'linux';
47
48
// const mac_notarize = process.argv.some(() => {return process.argv.indexOf('mac_sign') > 0;});
49
-const mac_notarize = true
+const mac_notarize = false
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