This website requires JavaScript.
Explore
Help
Sign In
hipstercat
/
giants-wdefs-importer-gui
Watch
1
Star
0
Fork
0
You've already forked giants-wdefs-importer-gui
Code
Issues
Pull Requests
Projects
Releases
4
Wiki
Activity
22e5b5898e
giants-wdefs-importer-gui
/
build.sh
4 lines
67 B
Bash
Raw
Normal View
History
Unescape
Escape
init
2022-01-09 19:58:39 +01:00
#!/bin/bash
for
ui in *.ui
;
do
trying with pyside2
2022-01-12 22:41:57 +01:00
pyside2-uic
$ui
>
${
ui
%.*
}
.py
init
2022-01-09 19:58:39 +01:00
done
Reference in New Issue
Copy Permalink