diff --git a/Makefile b/Makefile index 4aee6f0..a495d37 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ BANNER_IMAGE := meta/banner.png RSF_PATH := meta/app.rsf # If left blank, makerom will use the default Homebrew logo -LOGO := +LOGO := meta/logo.bin # If left blank, makerom will use default values (0xff3ff and CTR-P-CTAP, respectively) diff --git a/meta/logo.bin b/meta/logo.bin new file mode 100644 index 0000000..623fbf8 Binary files /dev/null and b/meta/logo.bin differ