-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Final designed DMG #454
Final designed DMG #454
Conversation
I just put 2 second to wait before running the Applescript, just to be sure even old machine can run this script. |
@W0naN0w Is there any way this could be extended to check the values that we just set? Can we remount it and query the background image or the icon locations? This way we could get a solid indication that everything worked so that we don't have a regression. |
A few things needed to be changed in order for this to work:
After these changes, everything works great. My only remaining suggestion would be to see if we can put in a loop to continue sleeping until the disk is mounted: we could check for existence of |
Hello @dmiller-nmap, good news is yes (I wasn't sure), we can do a script to verify everything went ok! I am currently on it :) I changed the size as you said, I forgot this property and it now works well. I think that I changed the file to README.md on the main trunk but I'll have to double-check. Finally, thank you for all the information, I am working on applying all this checks. Talk to you soon! |
This script is intended to check the DMG created by createdmg.sh. It checks for: * Icons position * Background
This PR has been merged with the SVN trunk, along with a few modifications (revision 36075). |
This actually closes #394, since this PR is a fresh update coded on the actual source code along with some little changes in the createdmg.sh script.