PS script documentation

This commit is contained in:
stax76
2026-01-09 05:21:30 +01:00
parent 76a2f64fa6
commit 853d38a427

View File

@@ -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.
#>