File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,6 +176,11 @@ instead.
176176Windows binaries
177177----------------
178178
179+ .. important::
180+
181+ Windows XP is not supported.
182+ Windows Vista requires at least SP2 to be installed.
183+
179184You can download the latest stable Windows installer `here <https://github.com/streamlink/streamlink/releases >`_.
180185
181186You can download the latest nightly Windows installer `here <https://streamlink-builds.s3.amazonaws.com/nightly/windows/streamlink-latest.exe >`_.
Original file line number Diff line number Diff line change 5656
5757cat > " ${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
You can’t perform that action at this time.
0 commit comments