diff options
| author | Mistivia <i@mistivia.com> | 2025-09-24 09:29:50 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-09-24 09:29:50 +0800 |
| commit | a4d997608556bebd885365b8408fdea544cba94f (patch) | |
| tree | 23db594d1fe7f9abe63a3aec273321f53dfa9bf0 /data/update.sh | |
| parent | 816106ee4a6e6535f6ff925ec297cf40e72c9ce4 (diff) | |
finish genesys support
Diffstat (limited to 'data/update.sh')
| -rw-r--r-- | data/update.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/update.sh b/data/update.sh index fc49393..4d2ce65 100644 --- a/data/update.sh +++ b/data/update.sh @@ -12,6 +12,8 @@ python3 genbanlist.py > ../src/ocg_banlist.json python3 cn-genbanlist.py > ../src/cnocg_banlist.json python3 tcg-genbanlist.py > ../src/tcg_banlist.json python3 md-genbanlist.py > ../src/md_banlist.json +python3 genesys-banlist.py > ../src/genesys_banlist.json +python3 genesys-point.py > ../src/genesys_point.json rsync -avz ./card_db_parts/ root@raye:/volume/webroot/card_db_parts/ cd .. |
