DS Store Easy Way to Update
From MozillaWiki
If you need to change a DS Store file in one of the Mozilla Applications, e.g. to alter the location of icons, this is what you do:
- Find where the packaging takes place, e.g.
appbasedir/app/Makefile.in
- Look for items starting
MOZ_PKG_MAC_
- Add
--format UDRW
toMOZ_PKG_MAC_EXTRA
(if that item isn't there, then add it) - Run make package in
objdir
- Open the .dmg and drag the icons to the right place. Resize the window as needed.
- Eject the .dmg.
- Open the .dmg.
- Open a Terminal, go to
/Volumes/appname
and copy the file .DS_Store found there toappbasedir/app/macbuild/dsstore
done! (but don't forget to remove the --format UDRW
)