Skip to content

Commit

Permalink
Force/Allow Node12; Fix OSX Building via local gulp-appdmg and add ma…
Browse files Browse the repository at this point in the history
…cos-alias
  • Loading branch information
nerdCopter committed Dec 1, 2023
1 parent c6dcc40 commit 926c9e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

# build stuff
- name: yarn install
run: yarn install --immutable --immutable-cache --check-cache
run: yarn install

- name: yarn gulp clean-release
run: yarn gulp clean-release
Expand Down
3 changes: 1 addition & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,7 @@ function release_osx64() {
console.log('running locally - skipping signing of app');
}

var alias = require('macos-alias');
const appdmg = require('./gulp-appdmg');
var appdmg = require('./gulp-appdmg');

// The appdmg does not generate the folder correctly, manually
createDirIfNotExists(RELEASE_DIR);
Expand Down

0 comments on commit 926c9e4

Please sign in to comment.