2022-07-18 16:51:02 +00:00
|
|
|
#!/bin/bash
|
2022-07-20 17:29:11 +00:00
|
|
|
cd "$(dirname "$0")"
|
|
|
|
|
source "./venv/bin/activate" || source "./venv/Scripts/activate" || :
|
2022-07-25 09:16:14 +00:00
|
|
|
python3 -m pip install --upgrade qt5-tools
|
|
|
|
|
"$(python3 -c "import sys; print(sys.path[-1])")/qt5_applications/Qt/bin/designer" $*
|