diff --git a/Makefile b/Makefile index 7ff226c..c99cf82 100644 --- a/Makefile +++ b/Makefile @@ -39,8 +39,8 @@ prepare: clean install_build_deps @echo "04 - Disable auto updater (https://github.com/aunetx/deezer-linux/pull/95)" @echo "05 - Remove OS information (https://github.com/aunetx/deezer-linux/pull/95)" @echo "06 - Add a better management of MPRIS (https://github.com/aunetx/deezer-linux/pull/61)" - @echo "07 - Add Discord Rich Presence (https://github.com/aunetx/deezer-linux/pull/82) - @echo "08 - Add option to disable Discord Rich Presence (https://github.com/aunetx/deezer-linux/pull/95) + @echo "07 - Add Discord Rich Presence (https://github.com/aunetx/deezer-linux/pull/82)" + @echo "08 - Add option to disable Discord Rich Presence (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"