Add option to ignore mods from auto-update (#590)

This commit is contained in:
Chrisliebär
2025-10-01 05:37:49 +02:00
committed by GitHub
parent 2367a3358c
commit a17f905cac
5 changed files with 35 additions and 2 deletions

View File

@@ -25,4 +25,4 @@ if [[ -z ${TOKEN:-} ]]; then
echo "You need to provide your Factorio token to update mods."
fi
./update-mods.sh "$VERSION" "$MODS" "$USERNAME" "$TOKEN"
./update-mods.sh "$VERSION" "$MODS" "$USERNAME" "$TOKEN" "${UPDATE_IGNORE:-}"