Moved bash so it is not included in pypi package
This commit is contained in:
parent
8ddd635533
commit
7364c9adef
1 changed files with 8 additions and 0 deletions
8
src/update_ui.sh
Executable file
8
src/update_ui.sh
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/bash
|
||||||
|
echo "Update .ui files with pyside"
|
||||||
|
echo "Update main window."
|
||||||
|
pyside6-uic OptimaLab35/ui/main_window.ui -o OptimaLab35/ui/main_window.py
|
||||||
|
echo "Update preview window."
|
||||||
|
pyside6-uic OptimaLab35/ui/preview_window.ui -o OptimaLab35/ui/preview_window.py
|
||||||
|
echo "Update updater window."
|
||||||
|
pyside6-uic OptimaLab35/ui/updater_window.ui -o OptimaLab35/ui/updater_window.py
|
Loading…
Add table
Add a link
Reference in a new issue