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,12 +80,12 @@ if [[ "${FILE}" != "../patches/helper/settings.patch" ]]; then
done done
fi fi
done done
git add .
git commit --no-verify -q -m "VSCODIUM HELPER"
normalize_file "${1}"
fi fi
git add .
git commit --no-verify -q -m "VSCODIUM HELPER"
normalize_file "${1}"
fi fi
fi fi