aboutsummaryrefslogtreecommitdiff
path: root/generate_latest
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-10 04:22:38 -0800
committerFuwn <[email protected]>2025-02-10 04:22:38 -0800
commitb7f008bdd04ad600426de87e6a2beab3513b6bfe (patch)
treeb7e84eda684219642c48f7dd9312c42efedeb2cb /generate_latest
parentfeat: add nijisanji support (diff)
downloadhololist-to-json-and-ical-main.tar.xz
hololist-to-json-and-ical-main.zip
chore: move generated data to data directoryHEADmain
Diffstat (limited to 'generate_latest')
-rwxr-xr-xgenerate_latest4
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