diff options
author | Simon Howard | 2010-01-15 18:40:37 +0000 |
---|---|---|
committer | Simon Howard | 2010-01-15 18:40:37 +0000 |
commit | 571b9c32f5e054f131abb9c1d0d68eb4c784a764 (patch) | |
tree | 69d61808bed7ce8858cc4c7eb1ffc83cbdbb96ad | |
parent | f176ac404ad709e6c1254f8685f8d9fe7b995115 (diff) | |
download | chocolate-doom-571b9c32f5e054f131abb9c1d0d68eb4c784a764.tar.gz chocolate-doom-571b9c32f5e054f131abb9c1d0d68eb4c784a764.tar.bz2 chocolate-doom-571b9c32f5e054f131abb9c1d0d68eb4c784a764.zip |
Add wadfile.png for GNUstep build.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1814
-rw-r--r-- | pkg/Makefile.am | 1 | ||||
-rw-r--r-- | pkg/osx/Info-GNUstep.plist.in | 1 | ||||
-rw-r--r-- | pkg/osx/Resources/wadfile.png | bin | 0 -> 2249 bytes |
3 files changed, 2 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 00000000..394a3e33 --- /dev/null +++ b/pkg/osx/Resources/wadfile.png |