st-ten-1/designer.sh
matteo porta b95ae1fa02 wip
2022-07-25 11:57:05 +02:00

6 lines
232 B
Bash
Executable File

#!/bin/bash
cd "$(dirname "$0")"
source "./venv/bin/activate" || source "./venv/Scripts/activate" || :
python3 -m pip install --upgrade qt5-tools
"$(python3 -c "import sys; print(sys.path[-1])")/qt5_applications/Qt/bin/designer" $*