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 5555
5656cat > " ${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
You can’t perform that action at this time.
0 commit comments