IDE: fix image generation from svg script that was deleting to many files on cleanup wxPython4
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Sat, 30 Jul 2022 10:11:59 +0200
branchwxPython4
changeset 3569 419f17564583
parent 3568 494c90b895ad
child 3570 eb915a9fdcb0
IDE: fix image generation from svg script that was deleting to many files on cleanup
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