From d0551183711421070e7a0c8e778fc546210948f2 Mon Sep 17 00:00:00 2001 From: nerdCopter <56646290+nerdCopter@users.noreply.github.com> Date: Fri, 1 Dec 2023 08:36:29 -0600 Subject: [PATCH] this sucks --- gulpfile.js | 2 ++ 1 file changed, 2 insertions(+) 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);