Add comment about the issue
This commit is contained in:
parent
8f064a9d04
commit
e08f39c75a
1
Makefile
1
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"
|
||||
|
|
Loading…
Reference in New Issue