Skip to content

Commit

Permalink
Revert "Suppress the usage of CopyFile2 for now (fixes #51)"
Browse files Browse the repository at this point in the history
This reverts commit 8331f9e.

Since https://bugs.winehq.org/show_bug.cgi?id=55897 was fixed in Wine
9.3, this workaround is now obsolete.
  • Loading branch information
TobiX committed Feb 28, 2024
1 parent 2fe8b2c commit 5bd3eae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ RUN umask 0 && cd /tmp/helper && \
wine python-${PYTHON_VERSION}-amd64.exe /quiet TargetDir=C:\\Python \
Include_doc=0 InstallAllUsers=1 PrependPath=1; \
wineserver -w" && \
sed -i 's/"CopyFile2"/"CopyFile2_xx_invalid_disabled"/' /opt/wineprefix/drive_c/Python/Lib/shutil.py && \
unzip upx*.zip && \
mv -v upx*/upx.exe ${WINEPREFIX}/drive_c/windows/ && \
cd .. && rm -Rf helper
Expand Down

0 comments on commit 5bd3eae

Please sign in to comment.