Rename update-provider-database.py into create-provider-data-rs.py

This commit is contained in:
link2xt
2023-02-26 20:53:37 +00:00
parent 8e9bb8b06e
commit 0086232bbb
2 changed files with 1 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ git clone --filter=blob:none https://github.com/deltachat/provider-db.git "$TMP"
cd "$TMP"
git checkout "$REV"
DATE=$(git show -s --format=%cs)
"$CORE_ROOT"/scripts/update-provider-database.py "$TMP/_providers" "$DATE" >"$CORE_ROOT/src/provider/data.rs"
"$CORE_ROOT"/scripts/create-provider-data-rs.py "$TMP/_providers" "$DATE" >"$CORE_ROOT/src/provider/data.rs"
rustfmt "$CORE_ROOT/src/provider/data.rs"
rm -fr "$TMP"