From 229722f7b04541fa3ca04ccbb828506bfc39ab38 Mon Sep 17 00:00:00 2001 From: Almamu Date: Sat, 10 May 2025 07:06:23 +0200 Subject: [PATCH] chore: also copy project.json so it can be used on the site too --- tools/run-over-all-backgrounds.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/run-over-all-backgrounds.sh b/tools/run-over-all-backgrounds.sh index fff362f..392dd95 100755 --- a/tools/run-over-all-backgrounds.sh +++ b/tools/run-over-all-backgrounds.sh @@ -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 \ No newline at end of file