Skip to content

Commit e5be196

Browse files
authored
build(CLI): Try 2 to fix windows installer (#845)
1 parent 78a8098 commit e5be196

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

clients/cli/build/innosetup/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@ ENV FORCE_COLOR 1
99

1010
# # Install Inno Setup binaries
1111
RUN curl -SL "http://www.jrsoftware.org/download.php/is.exe" -o is.exe
12-
RUN xvfb-run wine wineboot --init \
13-
&& xvfb-run -e /dev/stdout wine is.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
14-
12+
RUN xvfb-run wine is.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

0 commit comments

Comments
 (0)