mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-09-14 05:46:48 +08:00
chore: also copy project.json so it can be used on the site too
This commit is contained in:
parent
3a77e291a2
commit
229722f7b0
@ -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
|
Loading…
Reference in New Issue
Block a user