diff --git a/Makefile b/Makefile index f3a0e09..dc0bfc9 100644 --- a/Makefile +++ b/Makefile @@ -164,6 +164,8 @@ macos_release: pack_tool resources.pack --icon-size 96 \ --text-size 12 \ --icon "$(APP_NAME).app" 278 102 \ + --icon "LICENSE" 441 102 \ + --icon "README.md" 604 102 \ --app-drop-link 115 102 \ --hide-extension "$(APP_NAME).app" \ "$(MACOS_ARM_RELEASE)" \