commit 78400478fa19f1b58aa6e3587c8db7a5a5057c9d
parent 1eab1385e99da34d8bbcb563d7f45f68684adfcd
Author: ThomasV <thomasv@electrum.org>
Date: Mon, 27 Nov 2017 20:53:36 +0100
disable python bytecode during execution of pyinstaller
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/build-wine/build-electrum-git.sh b/contrib/build-wine/build-electrum-git.sh
@@ -10,7 +10,7 @@ fi
# These settings probably don't need any change
export WINEPREFIX=/opt/wine64
export PYTHONHASHSEED=22
-
+export PYTHONDONTWRITEBYTECODE=1
PYHOME=c:/python$PYTHON_VERSION
PYTHON="wine $PYHOME/python.exe -OO -B"