mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-24 23:40:01 -05:00
* 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
10 lines
315 B
Plaintext
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
|