Skip to content

Commit f1917c3

Browse files
authored
fix: use wine base image to fix startup issue (#15)
1 parent ca68d80 commit f1917c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/birdhimself/base-proton:latest
1+
FROM ghcr.io/birdhimself/base-wine:latest
22

33
RUN apt-get update
44
RUN apt-get install -y python3-pip python3-venv git gnutls-bin

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cp launcher.toml $TEMPFILE
1919

2020
shopt -s nocasematch
2121

22-
sed -i 's/OverrideWinePath.*/OverrideWinePath = "\/opt\/proton\/files\/bin\/wine64"/' $TEMPFILE
22+
sed -i 's/OverrideWinePath.*/OverrideWinePath = "\/opt\/wine\/bin\/wine"/' $TEMPFILE
2323

2424
if [ -f /usr/local/bin/box64 ]; then
2525
sed -i 's/WrapperPath.*/WrapperPath = "\/usr\/local\/bin\/box64"/' $TEMPFILE

0 commit comments

Comments
 (0)