From 987db981bf60e82c8632b861b9df1cdf1996bf81 Mon Sep 17 00:00:00 2001 From: josselinonduty Date: Sun, 19 Jan 2025 20:43:47 +0100 Subject: [PATCH] fix: patches contain invalid/unappliable hunks. Skipping... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c477a22..97bbb93 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ prepare: clean install_build_deps @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)" - $(foreach p, $(wildcard ./patches/*), patch -p1 -dapp < $(p);) + # $(foreach p, $(wildcard ./patches/*), patch -p1 -dapp < $(p);) @echo "Append `package-append.json` to the `package.json` of the app" @echo "Adds electron, elecron-builder dependencies, and build directives"