Skip to content

Commit

Permalink
fix update gulpfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Jun 28, 2024
1 parent 19ee2e2 commit 8ba7b33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ function release_osx64(appDirectory) {
basepath: path.join(appDirectory, pkg.name, 'osx64'),
specification: {
title: 'EmuFlight Configurator',
icon: path.join(__dirname, 'assets/osx/app-icon.icns'),
background: path.join(__dirname, 'assets/osx/dmg-background.png'),
contents: [
{ 'x': 180, 'y': 590, 'type': 'file', 'path': pkg.name + '.app', 'name': 'Emuflight Configurator.app' },
Expand Down

0 comments on commit 8ba7b33

Please sign in to comment.