diff options
| author | Fuwn <[email protected]> | 2025-02-10 04:22:38 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-10 04:22:38 -0800 |
| commit | b7f008bdd04ad600426de87e6a2beab3513b6bfe (patch) | |
| tree | b7e84eda684219642c48f7dd9312c42efedeb2cb /generate_latest | |
| parent | feat: add nijisanji support (diff) | |
| download | hololist-to-json-and-ical-main.tar.xz hololist-to-json-and-ical-main.zip | |
Diffstat (limited to 'generate_latest')
| -rwxr-xr-x | generate_latest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generate_latest b/generate_latest index f959099..25ebf8f 100755 --- a/generate_latest +++ b/generate_latest @@ -4,6 +4,6 @@ for profile in hololive nijisanji; do python3 generate_json.py "${profile}" python3 generate_icalendar.py "${profile}" - mv "${profile}_birthdays.json" "latest_${profile}.json" - mv "${profile}_birthdays.ics" "latest_${profile}.ics" + mv "${profile}_birthdays.json" "data/latest_${profile}.json" + mv "${profile}_birthdays.ics" "data/latest_${profile}.ics" done |