Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #167 from phrase/fix-installer-link
Browse files Browse the repository at this point in the history
Fix inno setup installer download link
  • Loading branch information
theSoenke authored Feb 11, 2019
2 parents 3cbfca2 + 4c89e43 commit 4e9b46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/innosetup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4e9b46d

Please sign in to comment.