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