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

Skip to content

Commit efbe7f7

Browse files
committed
installer: install the required MS VC++ runtime files beside the python installation (see takluyver/pynsist/pull/87)
1 parent dd74260 commit efbe7f7

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
@@ -55,7 +55,7 @@ EOF
5555

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

0 commit comments

Comments
 (0)