mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-23 14:27:15 +08:00
Don't prompt for vcredist, closes #1306
This commit is contained in:
parent
d06c042bfd
commit
bf4092c4ff
2 changed files with 1 additions and 1 deletions
BIN
app_bundler/lib/templates/windows/._Installer.nsi.eex
Normal file
BIN
app_bundler/lib/templates/windows/._Installer.nsi.eex
Normal file
Binary file not shown.
|
@ -45,7 +45,7 @@ Section "Install"
|
|||
SetOutPath "$INSTDIR"
|
||||
|
||||
File vcredist_x64.exe
|
||||
ExecWait '"$INSTDIR\vcredist_x64.exe" /install'
|
||||
ExecWait '"$INSTDIR\vcredist_x64.exe" /install /quiet /norestart'
|
||||
|
||||
File /r rel rel
|
||||
File "<%= app_name %>Launcher.exe"
|
||||
|
|
Loading…
Reference in a new issue