chore(Makefile): update patch comments
This commit is contained in:
parent
638638c5cb
commit
0aa8632373
11
Makefile
11
Makefile
|
@ -32,12 +32,11 @@ prepare: clean install_build_deps
|
|||
@echo "Prettier the sources to patch successfully"
|
||||
@node_modules/prettier/bin-prettier.js --write "app/build/*.js"
|
||||
|
||||
@echo "Apply patches from ./patches, default ones:"
|
||||
@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)"
|
||||
@echo "Add a better management of MPRIS (https://github.com/aunetx/deezer-linux/pull/61)"
|
||||
@echo "Apply patches from ./patches:"
|
||||
@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 "- Avoid to set the text/html mime type (https://github.com/aunetx/deezer-linux/issues/13)"
|
||||
@echo "- Disable auto updater (https://github.com/aunetx/deezer-linux/pull/95)"
|
||||
$(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