From 8ba7b33c5a699a092f61d45fbea0366fd73fdf40 Mon Sep 17 00:00:00 2001 From: nerdCopter <56646290+nerdCopter@users.noreply.github.com> Date: Fri, 28 Jun 2024 08:20:51 -0500 Subject: [PATCH] fix update gulpfile.js --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index bb9a4c1c3..4f91bf922 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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' },