Update makefile accordingly

This commit is contained in:
Aurélien Hamy 2025-05-26 15:58:22 +02:00
parent d5cb310799
commit f9bb477489
No known key found for this signature in database
GPG Key ID: EB3A799E7EE716EB

View File

@ -48,6 +48,7 @@ prepare: clean install_build_deps
@echo "08 - Provide additional metadata (https://github.com/aunetx/deezer-linux/pull/95)" @echo "08 - Provide additional metadata (https://github.com/aunetx/deezer-linux/pull/95)"
@echo "09 - Add Discord Rich Presence (https://github.com/aunetx/deezer-linux/pull/82)" @echo "09 - Add Discord Rich Presence (https://github.com/aunetx/deezer-linux/pull/82)"
@echo "10 - Improve responsiveness on small devices (https://github.com/aunetx/deezer-linux/pull/122)" @echo "10 - Improve responsiveness on small devices (https://github.com/aunetx/deezer-linux/pull/122)"
@echo "11 - Hide Application is offline banner (https://github.com/aunetx/deezer-linux/pull/124)"
@$(foreach p, $(wildcard ./patches/*), patch -p 1 -d $(APP_DIR) < $(p);) @$(foreach p, $(wildcard ./patches/*), patch -p 1 -d $(APP_DIR) < $(p);)
@echo "Append `package-append.json` to the `package.json` of the app" @echo "Append `package-append.json` to the `package.json` of the app"