shithub: choc

Download patch

ref: 96fc229a12f020a3c51cca8ea1c88887200a2621
parent: 160ff32f2fb8ba7112938790044684c61a0b07b1
author: Simon Howard <[email protected]>
date: Mon Jan 11 20:20:48 EST 2010

Add document icon file and use for file associations.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1804

--- a/pkg/Makefile.am
+++ b/pkg/Makefile.am
@@ -3,6 +3,7 @@
 osx/app-skeleton/Contents/PkgInfo                                       \
 osx/app-skeleton/Contents/Resources/128x128.png                         \
 osx/app-skeleton/Contents/Resources/app.icns                            \
+osx/app-skeleton/Contents/Resources/wadfile.icns                        \
 osx/app-skeleton/Contents/Resources/launcher.nib/classes.nib            \
 osx/app-skeleton/Contents/Resources/launcher.nib/info.nib               \
 osx/app-skeleton/Contents/Resources/launcher.nib/keyedobjects.nib       \
--- a/pkg/osx/Info.plist.in
+++ b/pkg/osx/Info.plist.in
@@ -35,7 +35,7 @@
                         <key>CFBundleTypeName</key>
                         <string>Doom WAD file</string>
                         <key>CFBundleTypeIconFile</key>
-                        <string>app.icns</string>
+                        <string>wadfile.icns</string>
                         <key>CFBundleTypeRole</key>
                         <string>Viewer</string>
                         <key>CFBundleTypeExtensions</key>
@@ -47,7 +47,7 @@
                         <key>CFBundleTypeName</key>
                         <string>Dehacked patch</string>
                         <key>CFBundleTypeIconFile</key>
-                        <string>app.icns</string>
+                        <string>wadfile.icns</string>
                         <key>CFBundleTypeRole</key>
                         <string>Viewer</string>
                         <key>CFBundleTypeExtensions</key>
binary files /dev/null b/pkg/osx/app-skeleton/Contents/Resources/wadfile.icns differ