From 4dcda3feca842f200f1c28911cb4ae5328c95259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Paulev=C3=A9?= Date: Mon, 2 Oct 2023 11:57:59 +0200 Subject: [PATCH] update setup link --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 52237ac..faab7a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ ENV WINEDEBUG -all,err+all,warn+chain,warn+cryptnet COPY extra/mtgo.sh /usr/local/bin/mtgo -ADD --chown=wine:wine https://mtgo.patch.daybreakgames.com/patch/mtg/live/client/setup.exe?v=7 /opt/mtgo/mtgo.exe +ADD --chown=wine:wine https://mtgo.patch.daybreakgames.com/patch/mtg/live/client/setup.exe?v=8 /opt/mtgo/mtgo.exe USER wine