From e08f39c75a597d58f8420663b51aa78b3fdcfcb6 Mon Sep 17 00:00:00 2001 From: Ady <40644941+adynemo@users.noreply.github.com> Date: Mon, 2 May 2022 14:40:06 -0400 Subject: [PATCH] Add comment about the issue --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index dfac431..4dbc572 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ prepare: clean install_build_deps @echo "Hide to tray when closing (https://github.com/SibrenVasse/deezer/issues/4)" @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)" $(foreach p, $(wildcard ./patches/*), patch -p1 -dapp < $(p);) @echo "Append `package-append.json` to the `package.json` of the app"