ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change
on this file since aa6028c was
fac2619,
checked in by ajj, 8 years ago
|
Fix UI build shell script to not call .bat file so that it works on Mac/Linux?
|
-
Property mode set to
100755
|
File size:
96 bytes
|
Line | |
---|
1 | # UI -> PY |
---|
2 | for filename in *.ui; do |
---|
3 | pyuic4 $filename > "`basename "$filename" .ui`.py" |
---|
4 | done |
---|
5 | |
---|
6 | |
---|
Note: See
TracBrowser
for help on using the repository browser.