From 853d38a4276677f4ac84dc7c057c14b121d302bb Mon Sep 17 00:00:00 2001 From: stax76 Date: Fri, 9 Jan 2026 05:21:30 +0100 Subject: [PATCH] PS script documentation --- src/Tools/release-mpv.net.ps1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Tools/release-mpv.net.ps1 b/src/Tools/release-mpv.net.ps1 index 511fb06..17170e2 100644 --- a/src/Tools/release-mpv.net.ps1 +++ b/src/Tools/release-mpv.net.ps1 @@ -1,16 +1,18 @@ <# -Script that releases mpv.net on GitHub. +Script that builds mpv.net and releases it on GitHub. +Please note that debug builds are built and released, +for release builds, scripts need to be rewritten. Needs 2 positional CLI arguments: - 1. Directory where the mpv.net source code is located. + 1. Directory where the mpv.net source code is located (mpv.net\src) 2. Directory of the output files, for instance the desktop dir. Dependencies: 7zip installation found at: 'C:\Program Files\7-Zip\7z.exe'. Inno Setup compiler installation found at: 'C:\Program Files (x86)\Inno Setup 6\ISCC.exe'. - GitHub CLI https://cli.github.com + GitHub CLI https://cli.github.com, the env var GH_TOKEN must be defined. #>