From f9bb47748930e5350c6af7489ac970699257bcb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Hamy?= Date: Mon, 26 May 2025 15:58:22 +0200 Subject: [PATCH] Update makefile accordingly --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3c92291..5ece2f8 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,7 @@ prepare: clean install_build_deps @echo "08 - Provide additional metadata (https://github.com/aunetx/deezer-linux/pull/95)" @echo "09 - Add Discord Rich Presence (https://github.com/aunetx/deezer-linux/pull/82)" @echo "10 - Improve responsiveness on small devices (https://github.com/aunetx/deezer-linux/pull/122)" + @echo "11 - Hide Application is offline banner (https://github.com/aunetx/deezer-linux/pull/124)" @$(foreach p, $(wildcard ./patches/*), patch -p 1 -d $(APP_DIR) < $(p);) @echo "Append `package-append.json` to the `package.json` of the app"