chore: also copy project.json so it can be used on the site too

This commit is contained in:
Almamu 2025-05-10 07:06:23 +02:00
parent 3a77e291a2
commit 229722f7b0

View File

@ -19,5 +19,7 @@ for folder in ~/.steam/steam/steamapps/workshop/content/431960/*; do
mv output.webm output/$bgid.webm
# take a screenshot
ffmpeg -ss 00:00:03 -i output/$bgid.webm -frames:v 1 output/$bgid.jpg
# copy over the project.json so we have it on hand
cp $folder/project.json output/$bgid.json
fi
done