Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2bd3ef9

Browse files
authored
Merge pull request streamlink#250 from beardypig/vcredist
Include Visual Studio 2015 Runtime in the installer
2 parents 3179e3b + efbe7f7 commit 2bd3ef9

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/install.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ instead.
176176
Windows binaries
177177
----------------
178178

179+
.. important::
180+
181+
Windows XP is not supported.
182+
Windows Vista requires at least SP2 to be installed.
183+
179184
You can download the latest stable Windows installer `here <https://github.com/streamlink/streamlink/releases>`_.
180185

181186
You can download the latest nightly Windows installer `here <https://streamlink-builds.s3.amazonaws.com/nightly/windows/streamlink-latest.exe>`_.

script/makeinstaller.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ EOF
5656

5757
cat >"${build_dir}/installer_tmpl.nsi" <<EOF
5858
!include "TextFunc.nsh"
59-
[% extends "pyapp.nsi" %]
59+
[% extends "pyapp_msvcrt.nsi" %]
6060
6161
[% block modernui %]
6262
; let the user review all changes being made to the system first
@@ -91,7 +91,6 @@ cat >"${build_dir}/installer_tmpl.nsi" <<EOF
9191
9292
[% block install_files %]
9393
[[ super() ]]
94-
9594
; Install config file
9695
SetShellVarContext current # install the config file for the current user
9796
SetOverwrite off # config file we don't want to overwrite

0 commit comments

Comments
 (0)