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 af8be58 commit 9f40931Copy full SHA for 9f40931
tasks/darwin.js
@@ -81,8 +81,8 @@ module.exports.build = function(done) {
81
};
82
83
var verify = function(done) {
84
- var cmd = 'codesign --verify "' + PACKAGER_CONFIG.appPath + '"';
85
- debug('Running', cmd);
+ var cmd = 'codesign --verify "' + APP_PATH + '"';
+ debug('Verifying `%s` has been signed...', APP_PATH);
86
cp.exec(cmd, done);
87
88
0 commit comments