Skip to content

Commit

Permalink
b90f0c6 works! ; Does this?
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Dec 1, 2023
1 parent b90f0c6 commit 4389134
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand All @@ -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 }
},
})
Expand Down

0 comments on commit 4389134

Please sign in to comment.