JAL-3577 Added DS_Store for Test release to look like proper installer
[jalview.git] / utils / install4j / DMG_background_image_creation_README.md
index c37b35e..fceb9c5 100644 (file)
@@ -6,6 +6,9 @@ The most recent `jalview_dmg_background.png` (with blurry faded tiled Jalview lo
 
 The exported PNG can have the 96 DPI metadata changed using GIMP or ImageMagick.  Here is how to do it on the command line with ImageMagick:
 ```
-convert -units PixelsPerInch jalview_dmg_background_blur.png -density 72 jalview_dmg_background.png
+convert -units PixelsPerInch jalview_dmg_background_blur.png -density 72 jalview_dmg_background_blur_72dpi.png
 ```
 The final image should be saved as `jalview_dmg_background.png` (which the above `convert` command will do) as this is the filename set in the `install4j8_template.install4j` file to include in the final DMG.
+
+# Non-release background `jalview_dmg_background-NON-RELEASE.png`
+This is created in much the same way with `jalview_dmg_background-NON-RELEASE.svg` and is used as a more generic background for non-release versions where the "Jalview Test" (or "Jalview Develop" etc) application icon is placed in the first available slot in the Finder window.  We cannot position these unless we create a DS_Store specifically for each possible applicaiton name.  The Applications folder link and Uninstall applications are positioned as these names are fixed.