Skip to content

Commit 30487bd

Browse files
committed
disable mac signing
1 parent 7fb319a commit 30487bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ljswitchboard-builder/build_scripts/build_project.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const buildOS = {
4646
}[process.platform] || 'linux';
4747

4848
// const mac_notarize = process.argv.some(() => {return process.argv.indexOf('mac_sign') > 0;});
49-
const mac_notarize = true
49+
const mac_notarize = false
5050
// The LabJack macOS installer builder signs Kipling files, so we actually don't
5151
// want to sign here.
5252
if (mac_notarize) {

0 commit comments

Comments
 (0)