Remove obsolete file cleanup
authorHugo Villeneuve <hugo@hugovil.com>
Thu, 5 Oct 2023 21:57:52 +0000 (17:57 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 7 Oct 2023 15:45:53 +0000 (11:45 -0400)
fgen.sh

diff --git a/fgen.sh b/fgen.sh
index e43a635..de8010f 100755 (executable)
--- a/fgen.sh
+++ b/fgen.sh
@@ -159,8 +159,6 @@ size=$(get_size "${main_layer}")
 
 log_dbg "CANVAS SIZE=${size}"
 
-rm -f ${dest}/frame*.png
-
 # Create background frame:
 convert -size ${size} xc:none ${dest}/background.png