Skip to content

Commit

Permalink
Add a background image to the DMG installer
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Apr 18, 2024
1 parent 254fa86 commit 990d737
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,13 @@ const config: ForgeConfig = {
new MakerZIP({}, ['darwin']),
new MakerRpm({}),
new MakerDeb({}),
new MakerDMG({}, ['darwin']),
new MakerDMG(
{
icon: 'public/icon.icns',
background: 'resources/DMGBackground.png',
},
['darwin']
),
],
hooks: {
packageAfterPrune: async (_config, buildPath) => {
Expand Down
Binary file added resources/DMGBackground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 990d737

Please sign in to comment.