beremiz
Clone
Summary
Browse
Changes
Graph
IDE: fix image generation from svg script that was deleting to many files on cleanup
wxPython4
2022-07-30, Edouard Tisserant
419f17564583
Parents
494c90b895ad
Children
eb915a9fdcb0
IDE: fix image generation from svg script that was deleting to many files on cleanup
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
images/genicons.sh
--- a/images/genicons.sh Sat Jul 30 10:08:51 2022 +0200
+++ b/images/genicons.sh Sat Jul 30 10:11:59 2022 +0200
@@ -17,7 +17,7 @@
cp ico024.png brz.png
convert -compress none ico*.png brz.ico
-rm -f ico*.png
+rm -f ico???.png
convert -compress none poeico*.png poe.ico