diff --git a/gulpfile.js b/gulpfile.js index d04773c40..81117b499 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -677,9 +677,11 @@ function release_osx64() { console.log('running locally - skipping signing of app'); } + const alias = require('macos-alias'); //var appdmg = require('gulp-appdmg'); var appdmg = require('./gulp-appdmg'); + // The appdmg does not generate the folder correctly, manually createDirIfNotExists(RELEASE_DIR);