From c9fafb202d7d1bfa700e1898bb39ae494dd114ee Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 22 Jun 2025 01:17:48 +0000 Subject: [PATCH] copyparty32.exe: fix segfault on win7 --- scripts/pyinstaller/build.sh | 1 + 1 file changed, 1 insertion(+) 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