From 4c89e4354f384124adeebdf2e1e22072d5777961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Behrendt?= Date: Mon, 11 Feb 2019 10:20:20 +0100 Subject: [PATCH] Fix inno setup installer download link --- build/innosetup/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/innosetup/Dockerfile b/build/innosetup/Dockerfile index 1e79349..66cf690 100644 --- a/build/innosetup/Dockerfile +++ b/build/innosetup/Dockerfile @@ -7,7 +7,7 @@ ENV WINEDEBUG fixme-all ENV WINEARCH win32 # # Install Inno Setup binaries -RUN curl -SL "https://github.com/jrsoftware/issrc/releases/download/is-5_6_1/innosetup-5.6.1.exe" -o is.exe +RUN curl -SL "http://www.jrsoftware.org/download.php/is.exe" -o is.exe RUN xvfb-run wine wineboot --init \ && xvfb-run -e /dev/stdout wine is.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART