We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca578e5 commit 4065426Copy full SHA for 4065426
build.sh
@@ -23,7 +23,7 @@ if [[ "$rel_t" = "--debug" || "$rel_t" = "--release" ]]; then
23
24
if command -v python3.14 &> /dev/null; then
25
python3.14 -m PyInstaller --noconfirm --clean build.spec
26
- if command -v python3.13 &> /dev/null; then
+ elif command -v python3.13 &> /dev/null; then
27
python3.13 -m PyInstaller --noconfirm --clean build.spec
28
elif command -v python3.12 &> /dev/null; then
29
python3.12 -m PyInstaller --noconfirm --clean build.spec
0 commit comments