From 571b9c32f5e054f131abb9c1d0d68eb4c784a764 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 15 Jan 2010 18:40:37 +0000 Subject: 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(+) create mode 100644 pkg/osx/Resources/wadfile.png (limited to 'pkg') 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 -- cgit v1.2.3