diff --git a/scripts/pyinstaller/build.sh b/scripts/pyinstaller/build.sh index a8b83415..099bb464 100644 --- a/scripts/pyinstaller/build.sh +++ b/scripts/pyinstaller/build.sh @@ -14,6 +14,7 @@ clean=--clean uname -s | grep WOW64 && m=64 || m=32 uname -s | grep NT-10 && w10=1 || w7=1 +[ $w7 ] && export PRTY_NO_MAGIC=1 [ $w7 ] && [ -e up2k.sh ] && [ ! "$1" ] && ./up2k.sh [ $w7 ] && pyv=37 || pyv=313