Diff for /imach/distributions/osx/createdmg4.sh between versions 1.1 and 1.3

version 1.1, 2018/04/21 21:14:42 version 1.3, 2022/09/11 07:59:43
Line 124  echo ' Line 124  echo '
            set background picture of viewOptions to file ".background:'${DMG_BACKGROUND_IMG}'"             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 "'${APP_NAME}'.app" of container window to {160, 205}
            set position of item "Applications" of container window to {360, 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             close
            open             open
            update without registering applications             update without registering applications
Line 145  hdiutil convert "${DMG_TMP}"  -format UD Line 145  hdiutil convert "${DMG_TMP}"  -format UD
 # clean up  # clean up
 pwd  pwd
 sleep 2  sleep 2
 rm -rf "${DMG_TMP}"  ##rm -rf "${DMG_TMP}"
 rm -rf "${STAGING_DIR}"  ##rm -rf "${STAGING_DIR}"
   
 echo 'Done.'  echo 'Done.'
   

Removed from v.1.1  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>