foxygit / doom Log in
commit c01e1d2a515fb01542b2a6814a86913a153ff3f0
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Thu Jun 16 23:28:02 2022 -0400
Commit:     Simon Howard <fraggle@soulsphere.org>
CommitDate: Thu Jun 16 23:53:03 2022 -0400

    Eliminate 128x128.png which now just dupes doom.png.
---
 pkg/osx/GNUmakefile           |   1 +
 pkg/osx/Resources/128x128.png | Bin 23029 -> 0 bytes
 2 files changed, 1 insertion(+)

diff --git a/pkg/osx/GNUmakefile b/pkg/osx/GNUmakefile
index 4e07af46..5c3447c1 100644
--- a/pkg/osx/GNUmakefile
+++ b/pkg/osx/GNUmakefile
@@ -44,6 +44,7 @@ $(STAGING_DIR): launcher $(TOPLEVEL_DOCS) app.icns
 	mkdir -p "$(APP_TOP_DIR)"
 	cp -R Resources "$(APP_TOP_DIR)"
 	cp app.icns "$(APP_TOP_DIR)/Resources"
+	cp $(TOPLEVEL)/data/doom.png "$(APP_TOP_DIR)/Resources/128x128.png"
 	cp PkgInfo "$(APP_TOP_DIR)"
 	cp $(SRC_INFO_PLIST) "$(APP_TOP_DIR)"

diff --git a/pkg/osx/Resources/128x128.png b/pkg/osx/Resources/128x128.png
deleted file mode 100644
index 0ef1fe9c..00000000
Binary files a/pkg/osx/Resources/128x128.png and /dev/null differ