Skip to content

Commit

Permalink
this sucks
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Dec 1, 2023
1 parent d055118 commit 71d4271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions gulp-appdmg.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ var alias = require('macos-alias');
const appdmg = require('appdmg');
const through = require('through2');
const gutil = require('gulp-util');
const alias = require('macos-alias');

const PluginError = gutil.PluginError;
const PLUGIN_NAME = 'gulp-appdmg';
Expand Down
3 changes: 1 addition & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -677,9 +677,8 @@ 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');
const appdmg = require('./gulp-appdmg');


// The appdmg does not generate the folder correctly, manually
Expand Down

0 comments on commit 71d4271

Please sign in to comment.