giants-wdefs-importer-gui/build.sh

4 lines
67 B
Bash
Executable File

#!/bin/bash
for ui in *.ui; do
pyside2-uic $ui > ${ui%.*}.py
done