From 02c894d9804598c9267cff91930918bda5febdde Mon Sep 17 00:00:00 2001 From: Siddharth Manthan <91691810+SiddharthManthan@users.noreply.github.com> Date: Thu, 25 Sep 2025 22:46:40 +0530 Subject: [PATCH] installation: add links to windows setup --- source/installation.html.haml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/installation.html.haml b/source/installation.html.haml index 04ddd41..013bfaa 100644 --- a/source/installation.html.haml +++ b/source/installation.html.haml @@ -22,6 +22,12 @@ title: Installation The first-party CI builds are intended mainly for testing and may be missing certain features. + = package_row 'Windows Setup (stable, from shinchiro)', + 'https://github.com/mpv-distributions/mpv-windows-setup/releases/latest', + :"cloud-download" + = package_row 'Windows Setup (git, from shinchiro)', + 'https://github.com/mpv-distributions/mpv-windows-setup/releases', + :"cloud-download" = package_row 'Windows builds by shinchiro (git)', 'https://github.com/shinchiro/mpv-winbuild-cmake/releases', :"cloud-download"