build: exclude patch helper when working on patch

This commit is contained in:
Baptiste Augrain
2026-04-25 18:48:04 +02:00
parent cfc6141183
commit e34f5aa1fd

View File

@@ -80,6 +80,7 @@ if [[ "${FILE}" != "../patches/helper/settings.patch" ]]; then
done done
fi fi
done done
fi
git add . git add .
git commit --no-verify -q -m "VSCODIUM HELPER" git commit --no-verify -q -m "VSCODIUM HELPER"
@@ -87,7 +88,6 @@ if [[ "${FILE}" != "../patches/helper/settings.patch" ]]; then
normalize_file "${1}" normalize_file "${1}"
fi fi
fi fi
fi
echo "FILE: ${FILE}" echo "FILE: ${FILE}"