From 7c27836d3e5cd1639346140a224aa09f6ec910b5 Mon Sep 17 00:00:00 2001 From: qbarbe <105909736+qbarbe@users.noreply.github.com> Date: Thu, 5 Oct 2023 20:27:06 +0200 Subject: [PATCH] ... --- scripts/apply_patches.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/apply_patches.sh b/scripts/apply_patches.sh index 6c80095..76ed91f 100755 --- a/scripts/apply_patches.sh +++ b/scripts/apply_patches.sh @@ -14,9 +14,6 @@ if [[ -z ${PATCH_NAME} ]]; then fi fi -echo "Patching images" -cp -vfR ../resources/src/* ./apps/web/src/ - echo "Using patch: ${PATCH_NAME}" git apply "../patches/${PATCH_NAME}" --reject