From 3fdb1a32e98d88eba73890e30c75e439b420d338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Hamy?= Date: Sun, 23 Jun 2024 19:48:58 +0200 Subject: [PATCH] Update Makefile Just changed the description to match the rest of the makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b49a869..d5a8372 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ prepare: clean install_build_deps @echo "Start in tray cli option (https://github.com/SibrenVasse/deezer/pull/12)" @echo "Remove kernel version from User-Agent (https://github.com/aunetx/deezer-linux/pull/9)" @echo "Avoid to set the text/html mime type (https://github.com/aunetx/deezer-linux/issues/13)" - @echo "Add a better management of MPRIS (Media Player Controls)" + @echo "Add a better management of MPRIS (https://github.com/aunetx/deezer-linux/pull/61)" $(foreach p, $(wildcard ./patches/*), patch -p1 -dapp < $(p);) @echo "Append `package-append.json` to the `package.json` of the app"