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 c5b4c32 commit fe72887Copy full SHA for fe72887
gruntfile.js
@@ -187,7 +187,7 @@ module.exports = function(grunt) {
187
}
188
189
ChildProcess.exec(
190
- `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`,
191
function(err, stdout, stderr) {
192
grunt.log.writeln(stdout)
193
if (err) {
0 commit comments