mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Update tools and instructions for building a signed Mac DMG
This updates the bundle to include the mime.cache and a library that somehow isn't picked up by the bundle tool. It also updates the README on how all this is supposed to work and puts some of the automation into the existing shell script. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b472712162
commit
61066b9ea9
3 changed files with 87 additions and 22 deletions
|
@ -110,6 +110,17 @@
|
|||
${prefix}/share/themes
|
||||
</data>
|
||||
|
||||
<!-- Copy the mime.cache -->
|
||||
<data>
|
||||
${prefix}/share/mime/mime.cache
|
||||
</data>
|
||||
|
||||
<!-- Copy the jpeg library that is missed by the dependency generation
|
||||
-->
|
||||
<data>
|
||||
${prefix}/lib/libjpeg.9.dylib
|
||||
</data>
|
||||
|
||||
<!-- Copy icons. Note that the .icns file is an Apple format which
|
||||
contains up to 4 sizes of icon. You can use
|
||||
/Developer/Applications/Utilities/Icon Composer.app to import
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue