PS script documentation
This commit is contained in:
@@ -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:
|
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.
|
2. Directory of the output files, for instance the desktop dir.
|
||||||
|
|
||||||
Dependencies:
|
Dependencies:
|
||||||
7zip installation found at: 'C:\Program Files\7-Zip\7z.exe'.
|
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'.
|
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.
|
||||||
|
|
||||||
#>
|
#>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user