| | 354 | The nice background image for the DMGs must be recreated each time you |
|---|
| | 355 | change version numbers. |
|---|
| | 356 | o Start Disk Utility and create a new image called "Flickr Uploadr |
|---|
| | 357 | $(VERSION)" (substitute your version) |
|---|
| | 358 | o Create a folder there called "Flickr Uploadr.app" and a symbolic |
|---|
| | 359 | link called "Applications" |
|---|
| | 360 | o Copy one of the installer images from mac_installer/ in as ".i.png" |
|---|
| | 361 | o Create a symbolic link to that image as "i.png" |
|---|
| | 362 | o Open the image with Finder and press Command+J to set folder options |
|---|
| | 363 | o Select "This window only" |
|---|
| | 364 | o Set the "Icon size" to 128px |
|---|
| | 365 | o Uncheck "Snap to grid" |
|---|
| | 366 | o Set the background picture to your "i.png" symbolic link (this |
|---|
| | 367 | is rather finicky) |
|---|
| | 368 | o Close the settings window |
|---|
| | 369 | o Delete the "i.png" symbolic link (the hidden file will remain) |
|---|
| | 370 | o Arrange the icons appropriately |
|---|
| | 371 | o Close the window |
|---|
| | 372 | |
|---|
| | 373 | After all of that, copy the .DS_Store file into your source tree, the |
|---|
| | 374 | Makefile will take care of everything else (substitute your version): |
|---|
| | 375 | $ cp /Volumes/Flickr\ Uploadr\ $(VERSION)/.DS_Store \ |
|---|
| | 376 | UPLOADR/mac_installer/DS_Store |
|---|
| | 377 | |
|---|
| | 378 | Unmount and delete the disk image you created. |
|---|
| | 379 | |
|---|