Skip to content

Commit

Permalink
fix program files icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Llandy3d committed Sep 25, 2024
1 parent e39f730 commit 84b7020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const config: ForgeConfig = {
certificateFile: process.env.WINDOWS_CERTIFICATE_PATH,
certificatePassword: process.env.WINDOWS_CERTIFICATE_PASSWORD,
},
iconUrl: 'file://' + __dirname + '/resources/icons/logo.ico',
}),
new MakerZIP({}, ['darwin']),
new MakerDMG(
Expand Down

0 comments on commit 84b7020

Please sign in to comment.