Add comment about the issue

This commit is contained in:
Ady 2022-05-02 14:40:06 -04:00 committed by GitHub
parent 8f064a9d04
commit e08f39c75a
1 changed files with 1 additions and 0 deletions

View File

@ -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"