JAL-3394 Removed libjli.dylib symbolic link from embedded macOS JRE, works in 8 and...
[jalview.git] / utils / install4j / DMG_creation_README.md
index c923557..eeb10d4 100644 (file)
@@ -2,7 +2,7 @@
 
 ## How to make the DS_Store file needed for the DMG prettification
 
-> ALSO SEE https://www.ej-technologies.com/resources/install4j/help/doc/#install4j.concepts.dmgStyling
+> ALSO SEE https://www.ej-technologies.com/resources/install4j/help/doc/concepts/dmgStyling.html
 
 ```
 cp ../../build/install4j/11/Jalview-OFFLINE_macos-app_DEVELOPMENT-j11.dmg ./temp.dmg
@@ -15,6 +15,8 @@ NEWSIZE=$(( CURSIZE + 20000))
 
 hdiutil resize -sectors $NEWSIZE temp_rw.dmg
 
+open temp_rw.dmg
+
 open /Volumes/Jalview\ Installer
 ```