diff options
author | Simon Howard | 2010-01-12 01:20:48 +0000 |
---|---|---|
committer | Simon Howard | 2010-01-12 01:20:48 +0000 |
commit | 96fc229a12f020a3c51cca8ea1c88887200a2621 (patch) | |
tree | 86de0bffb3a436bdd20156b711b2b56f07778808 /pkg | |
parent | 160ff32f2fb8ba7112938790044684c61a0b07b1 (diff) | |
download | chocolate-doom-96fc229a12f020a3c51cca8ea1c88887200a2621.tar.gz chocolate-doom-96fc229a12f020a3c51cca8ea1c88887200a2621.tar.bz2 chocolate-doom-96fc229a12f020a3c51cca8ea1c88887200a2621.zip |
Add document icon file and use for file associations.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1804
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/Makefile.am | 1 | ||||
-rw-r--r-- | pkg/osx/Info.plist.in | 4 | ||||
-rw-r--r-- | pkg/osx/app-skeleton/Contents/Resources/wadfile.icns | bin | 0 -> 44092 bytes |
3 files changed, 3 insertions, 2 deletions
diff --git a/pkg/Makefile.am b/pkg/Makefile.am index 9a607ee8..b898e728 100644 --- a/pkg/Makefile.am +++ b/pkg/Makefile.am @@ -3,6 +3,7 @@ OSX_FILES= \ 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 \ diff --git a/pkg/osx/Info.plist.in b/pkg/osx/Info.plist.in index 8b19777f..8b8436f7 100644 --- 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> diff --git a/pkg/osx/app-skeleton/Contents/Resources/wadfile.icns b/pkg/osx/app-skeleton/Contents/Resources/wadfile.icns Binary files differnew file mode 100644 index 00000000..13502a55 --- /dev/null +++ b/pkg/osx/app-skeleton/Contents/Resources/wadfile.icns |