Files
Jeff 098cbf8b73 Update the DMG background image (#10289)
* Update the DMG background image

* Updated with latest design.

* Updated background.tiff with latest design

* Fancier DMG customization support via build_dmg.js

* npm_macos -> npm_macos_m1

* Pass in the app path to build_dmg.js

* Peppering with __init__.py files to satisfy the precommit hook
2022-02-28 15:21:53 -08:00

10 lines
315 B
Plaintext

To update the DMG background image, create 1x and 2x versions of a background:
1x: background.png
2x: background@2x.png
Create a single TIFF combining both 1x and 2x background bitmaps:
Run 'tiffutil -cathidpicheck background.png background@2x.png -out background.tiff'
Use background.tiff as the DMG background