diff --git a/gulpfile.js b/gulpfile.js index 492431e40..26420d463 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -677,10 +677,8 @@ function release_osx64() { console.log('running locally - skipping signing of app'); } - //var appdmg = require('gulp-appdmg'); const appdmg = require('./gulp-appdmg'); - // The appdmg does not generate the folder correctly, manually createDirIfNotExists(RELEASE_DIR); @@ -707,6 +705,7 @@ function release_osx64() { height: 755 } }, + // code-signing requirement is failing, we no longer code-sign anyway so remove it. //'code-sign': { 'signing-identity': process.env.APP_IDENTITY } }, })