Skip to content

Commit

Permalink
Updated WINE version/configuration
Browse files Browse the repository at this point in the history
Updated WINE version from 5.7 to 6.14 and removed unnecessary old
library dependencies. Gives better performance with DirectX 9.
  • Loading branch information
Andy Holst committed Aug 10, 2021
1 parent 2bb44f3 commit 76d86d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion fusion360_in_docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-key add winehq.key
RUN apt update
RUN add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'

ARG WINE_VERSION="5.7~focal"
ARG WINE_VERSION="6.14~focal-1"
RUN DEBIAN_FRONTEND=noninteractive apt install -y winehq-staging="${WINE_VERSION}" wine-staging="${WINE_VERSION}" \
wine-staging-amd64="${WINE_VERSION}" wine-staging-i386="${WINE_VERSION}"
RUN DEBIAN_FRONTEND=noninteractive apt install -y winetricks
Expand Down
2 changes: 0 additions & 2 deletions fusion360_in_docker/install_fusion360.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ WINEPREFIX="${WINE_PATH}" WINEARCH="${ARCHITECTURE}" ${WINE} msiexec /i wine-gec
rm wine-mono-6.3.0-x86.msi
rm wine-gecko-2.47.2-x86_64.msi

WINEPREFIX="${WINE_PATH}" WINEARCH="${ARCHITECTURE}" winetricks -q atmlib
WINEPREFIX="${WINE_PATH}" WINEARCH="${ARCHITECTURE}" winetricks -q gdiplus
WINEPREFIX="${WINE_PATH}" WINEARCH="${ARCHITECTURE}" winetricks -q corefonts
WINEPREFIX="${WINE_PATH}" WINEARCH="${ARCHITECTURE}" winetricks -q fontsmooth=rgb
WINEPREFIX="${WINE_PATH}" WINEARCH="${ARCHITECTURE}" winetricks -q winhttp
Expand Down

0 comments on commit 76d86d5

Please sign in to comment.