--- imach/distributions/osx/createdmg4.sh 2018/04/21 21:14:42 1.1 +++ imach/distributions/osx/createdmg4.sh 2022/09/11 07:59:43 1.3 @@ -124,7 +124,7 @@ echo ' set background picture of viewOptions to file ".background:'${DMG_BACKGROUND_IMG}'" set position of item "'${APP_NAME}'.app" of container window to {160, 205} set position of item "Applications" of container window to {360, 205} - set position of item "README.txt" of container window to {325, 250} + set position of item "README.txt" of container window to {360, 60} close open update without registering applications @@ -145,8 +145,8 @@ hdiutil convert "${DMG_TMP}" -format UD # clean up pwd sleep 2 -rm -rf "${DMG_TMP}" -rm -rf "${STAGING_DIR}" +##rm -rf "${DMG_TMP}" +##rm -rf "${STAGING_DIR}" echo 'Done.'