Upgrade to net48 in wine
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-02-04 00:56:31 +01:00
parent f83b3558a6
commit dec0a0115c
2 changed files with 38 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ RUN set -x -e; \
fi \
done; \
# Install proper NET Framework so that tlbexp.exe works
winetricks -q dotnet472; \
winetricks -q dotnet48; \
# Install obfuscator
# Note: We use the executables from nuget as it allows EAZFUSCATOR_NET_LICENSE. There is no
# alternative to set the license key in the MSI delivered binaries using command line.
@@ -115,4 +115,4 @@ ENTRYPOINT ["/usr/bin/entrypoint"]
# xhost +local:docker
# docker run --rm -it --env DISPLAY=$DISPLAY --volume /tmp/.X11-unix:/tmp/.X11-unix <image name> bash
# wine explorer
# problems with wine packages: iptables -t nat -A PREROUTING -d 151.101.194.217/32 -p tcp -m tcp --dport 443 -j DNAT --to-destination 151.101.66.217:443
# problems with wine packages: iptables -t nat -A PREROUTING -d 151.101.194.217/32 -p tcp -m tcp --dport 443 -j DNAT --to-destination 151.101.66.217:443