145
edits
(Added section on building installers) |
m (Removed some Qualcomm-specific stuff) |
||
| Line 208: | Line 208: | ||
Mark Mentovai is the developer who came up with the Mozilla disk image process, and he reverse-engineered the <code>.DS_Store</code> file format to a fairly complete degree. His notes for that can be found [[DS_Store File Format|here]]. It's very helpful for figuring out where to make manual changes in the <code>dsstore</code> file. | Mark Mentovai is the developer who came up with the Mozilla disk image process, and he reverse-engineered the <code>.DS_Store</code> file format to a fairly complete degree. His notes for that can be found [[DS_Store File Format|here]]. It's very helpful for figuring out where to make manual changes in the <code>dsstore</code> file. | ||
Note that if you want to change the background image all you have to do is check in a new background.png file, and no changes to the <code>dsstore</code> file will be necessary. The most likely changes someone will need to make to the <code>dsstore</code> file in the future will be to window size and/or location. | |||
edits