Skip to content

Commit 7fb319a

Browse files
committed
code signing mac during build
1 parent 82f0bee commit 7fb319a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ljswitchboard-builder/build_scripts/build_project.js

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

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

0 commit comments

Comments
 (0)