Skip to content

Commit fe72887

Browse files
committed
Fix code sign script
1 parent c5b4c32 commit fe72887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ module.exports = function(grunt) {
187187
}
188188

189189
ChildProcess.exec(
190-
`codesign --verbose --deep --force --sign \"${OSX_COMMON_NAME}\" dist/Boostnote-darwin-x64/Boostnote.app`,
190+
`codesign --verbose --deep --force --timestamp=none --sign \"${OSX_COMMON_NAME}\" dist/Boostnote-darwin-x64/Boostnote.app`,
191191
function(err, stdout, stderr) {
192192
grunt.log.writeln(stdout)
193193
if (err) {

0 commit comments

Comments
 (0)