st-ten-1/designer.sh
matteo porta ef0b6cda54 wip
2022-07-20 19:29:11 +02:00

5 lines
186 B
Bash
Executable File

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