From f563f05fd138960525e33a5631b1fcb79c0d6bc0 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 2 Nov 2017 19:01:44 +0100 Subject: [PATCH] prepare-wine: remove unnecessary DLLs --- contrib/build-wine/prepare-wine.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrib/build-wine/prepare-wine.sh b/contrib/build-wine/prepare-wine.sh index b0982d0f..3dc0177d 100755 --- a/contrib/build-wine/prepare-wine.sh +++ b/contrib/build-wine/prepare-wine.sh @@ -111,6 +111,4 @@ wine nsis.exe /S #cp upx*/upx.exe . # add dlls needed for pyinstaller: -cp $WINEPREFIX/drive_c/windows/system32/msvcp90.dll $WINEPREFIX/drive_c/python$PYTHON_VERSION/ -cp $WINEPREFIX/drive_c/windows/system32/msvcm90.dll $WINEPREFIX/drive_c/python$PYTHON_VERSION/ cp $WINEPREFIX/drive_c/python$PYTHON_VERSION/Lib/site-packages/PyQt5/Qt/bin/* $WINEPREFIX/drive_c/python$PYTHON_VERSION/