diff --git a/Makefile b/Makefile index 365a83e..b871f65 100644 --- a/Makefile +++ b/Makefile @@ -49,6 +49,7 @@ prepare: clean install_build_deps @echo "08 - Add option to disable Discord Rich Presence (https://github.com/aunetx/deezer-linux/pull/95)" @echo "09 - Add environment variable to change log level (https://github.com/aunetx/deezer-linux/pull/95)" @echo "10 - Add track duration and url, various fixes (https://github.com/aunetx/deezer-linux/pull/95)" + @echo "11 - Improve responsiveness on small devices (https://github.com/aunetx/deezer-linux/pull/107)" $(foreach p, $(wildcard ./patches/*), patch -p 1 -d $(APP_DIR) < $(p);) @echo "Append `package-append.json` to the `package.json` of the app"