mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-07-20 12:14:44 +02:00
chore(Makefile): add patch to patch list in makefile
This commit is contained in:
parent
51e9a2608f
commit
836419dd02
1
Makefile
1
Makefile
@ -49,6 +49,7 @@ prepare: clean install_build_deps
|
||||
@echo "08 - Add option to disable Discord Rich Presence (https://github.com/aunetx/deezer-linux/pull/95)"
|
||||
@echo "09 - Add environment variable to change log level (https://github.com/aunetx/deezer-linux/pull/95)"
|
||||
@echo "10 - Add track duration and url, various fixes (https://github.com/aunetx/deezer-linux/pull/95)"
|
||||
@echo "11 - Improve responsiveness on small devices (https://github.com/aunetx/deezer-linux/pull/107)"
|
||||
$(foreach p, $(wildcard ./patches/*), patch -p 1 -d $(APP_DIR) < $(p);)
|
||||
|
||||
@echo "Append `package-append.json` to the `package.json` of the app"
|
||||
|
Loading…
x
Reference in New Issue
Block a user