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"