chore(Makefile): add patch to patch list in makefile

This commit is contained in:
josselinonduty 2025-04-12 01:00:23 +09:00
parent 51e9a2608f
commit 836419dd02
No known key found for this signature in database

View File

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