Skip to content

Commit

Permalink
macOS DMG modifications (chaiNNer-org#2122)
Browse files Browse the repository at this point in the history
- added a background image
- changed filesystem to APFS
- changed format to ULMO (reduces DMG size by ~35%)
  • Loading branch information
stonerl authored Aug 18, 2023
1 parent 11a75fc commit 44b7920
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,13 @@ const config = {
{
name: '@electron-forge/maker-dmg',
config: {
format: 'ULFO',
format: 'ULMO',
background: './src/public/dmg-background.png',
icon: './src/public/icons/mac/icon.icns',
additionalDMGOptions: {
window: { size: { width: 660, height: 500 } },
filesystem: 'APFS',
},
},
},
{
Expand Down
Binary file added src/public/dmg-background.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 44b7920

Please sign in to comment.