From 836419dd023d6179cb56865a7fa4971c6fa0bddd Mon Sep 17 00:00:00 2001 From: josselinonduty Date: Sat, 12 Apr 2025 01:00:23 +0900 Subject: [PATCH] chore(Makefile): add patch to patch list in makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) 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"