foxygit / doom Log in
commit 571b9c32f5e054f131abb9c1d0d68eb4c784a764
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Fri Jan 15 18:40:37 2010 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Fri Jan 15 18:40:37 2010 +0000

    Add wadfile.png for GNUstep build.

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 1814
---
 pkg/Makefile.am               |   1 +
 pkg/osx/Info-GNUstep.plist.in |   1 +
 pkg/osx/Resources/wadfile.png | Bin 0 -> 2249 bytes
 3 files changed, 2 insertions(+)

diff --git a/pkg/Makefile.am b/pkg/Makefile.am
index 6a3b38ff..75520fbd 100644
--- a/pkg/Makefile.am
+++ b/pkg/Makefile.am
@@ -4,6 +4,7 @@ osx/Resources/128x128.png                                               \
 osx/Resources/app.icns                                                  \
 osx/Resources/app.png                                                   \
 osx/Resources/wadfile.icns                                              \
+osx/Resources/wadfile.png                                               \
 osx/Resources/launcher.nib/classes.nib                                  \
 osx/Resources/launcher.nib/info.nib                                     \
 osx/Resources/launcher.nib/keyedobjects.nib                             \
diff --git a/pkg/osx/Info-GNUstep.plist.in b/pkg/osx/Info-GNUstep.plist.in
index ac6511e2..743816ef 100644
--- a/pkg/osx/Info-GNUstep.plist.in
+++ b/pkg/osx/Info-GNUstep.plist.in
@@ -20,6 +20,7 @@
             NSMimeTypes = (
                 "application/x-doom"
             );
+            NSIcon = "wadfile.png";
         },
         {
             NSHumanReadableName = "Dehacked patch";
diff --git a/pkg/osx/Resources/wadfile.png b/pkg/osx/Resources/wadfile.png
new file mode 100644
index 00000000..394a3e33
Binary files /dev/null and b/pkg/osx/Resources/wadfile.png differ