1 parent ca68d80 commit f1917c3Copy full SHA for f1917c3
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/birdhimself/base-proton:latest
+FROM ghcr.io/birdhimself/base-wine:latest
2
3
RUN apt-get update
4
RUN apt-get install -y python3-pip python3-venv git gnutls-bin
entrypoint.sh
@@ -19,7 +19,7 @@ cp launcher.toml $TEMPFILE
19
20
shopt -s nocasematch
21
22
-sed -i 's/OverrideWinePath.*/OverrideWinePath = "\/opt\/proton\/files\/bin\/wine64"/' $TEMPFILE
+sed -i 's/OverrideWinePath.*/OverrideWinePath = "\/opt\/wine\/bin\/wine"/' $TEMPFILE
23
24
if [ -f /usr/local/bin/box64 ]; then
25
sed -i 's/WrapperPath.*/WrapperPath = "\/usr\/local\/bin\/box64"/' $TEMPFILE
0 commit comments