This website works better with JavaScript.
Explore
Help
Register
Sign In
lyc
/
20191204
Watch
1
Star
0
Fork
You've already forked 20191204
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ba1069a462
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ba1069a462'
${ noResults }
20191204
/
client
/
compile_ui.cmd
3 lines
72 B
Batchfile
Raw
Blame
History
@
echo
off
pushd
%~dp0
for
%%
i
in
(
*.ui
)
do
pyuic5
"
%%
i
"
-o
"
%%
~ni_ui.py
"
Reference in new issue
View Git Blame
Copy Permalink