Sat, 08 Apr 2023 16:59:55 +0300
Move the about dialog to MainWindow. The hack to retrieve GL extensions is made a bit cleaner
6 | 1 | #!/bin/bash |
2 | for flag in *.svg | |
3 | do | |
4 | flag_png="${flag%.svg}.png" | |
5 | echo "$flag => $flag_png" | |
6 | inkscape -z -e ${flag_png} -w 64 $flag | |
7 | done |