1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-11 00:36:26 +00:00

Fix code sign script

This commit is contained in:
Junyoung Choi
2020-07-20 21:02:29 +09:00
parent c5b4c327fa
commit fe728874ac

View File

@@ -187,7 +187,7 @@ module.exports = function(grunt) {
}
ChildProcess.exec(
`codesign --verbose --deep --force --sign \"${OSX_COMMON_NAME}\" dist/Boostnote-darwin-x64/Boostnote.app`,
`codesign --verbose --deep --force --timestamp=none --sign \"${OSX_COMMON_NAME}\" dist/Boostnote-darwin-x64/Boostnote.app`,
function(err, stdout, stderr) {
grunt.log.writeln(stdout)
if (err) {