shithub: choc

Download patch

ref: c01e1d2a515fb01542b2a6814a86913a153ff3f0
parent: c040f8c1a464f8082ddec0211baaf0d8c7208682
author: Simon Howard <fraggle@soulsphere.org>
date: Thu Jun 16 19:28:02 EDT 2022

Eliminate 128x128.png which now just dupes doom.png.

--- a/pkg/osx/GNUmakefile
+++ b/pkg/osx/GNUmakefile
@@ -44,6 +44,7 @@
 	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)"
 
binary files a/pkg/osx/Resources/128x128.png /dev/null differ