Make dmg background retina capable

The bg has to get encoded in a multi-format TIFF to make it work.

Also increase the vertical size a bit so that it still looks okay in
case you are a crazy person with a bunch of toolbars and other junk
cluttering up the window.
This commit is contained in:
Jason Rhinelander 2022-11-10 20:32:23 -04:00
parent 135664ccb0
commit 7f3cb0ff38
3 changed files with 2 additions and 2 deletions

View File

@ -137,10 +137,10 @@ if(BUILD_PACKAGE)
COMMAND create-dmg
--volname "Lokinet ${PROJECT_VERSION}"
--volicon lokinet.icns
--background "${PROJECT_SOURCE_DIR}/contrib/macos/installer.png"
--background "${PROJECT_SOURCE_DIR}/contrib/macos/installer.tiff"
--text-size 16
--icon-size 128
--window-size 555 400
--window-size 555 440
--icon Lokinet.app 151 196
--hide-extension Lokinet.app
--app-drop-link 403 196

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB