diff --git a/GNUmakefile b/GNUmakefile index bc2afb89..7ae32d38 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1193,6 +1193,7 @@ out/tildefriends-%.ipa: out/tildefriends-ios%.app/tildefriends @echo "[ipa] $@" @rm -rf $@.tmp $@ @mkdir -p $@.tmp/Payload/tildefriends.app/ + @cp src/ios/tildefriends512.png $@.tmp/iTunesArtwork @cp -R $(dir $<)/* $@.tmp/Payload/tildefriends.app/ @cd $@.tmp/ && zip -u ../../$@ -q -9 -r ./ @rm -rf $@.tmp/ diff --git a/src/ios/tildefriends512.png b/src/ios/tildefriends512.png new file mode 100644 index 00000000..5c533111 Binary files /dev/null and b/src/ios/tildefriends512.png differ