Fix PowerShell script inconsistencies and documentation errors

Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-12 03:02:05 +00:00
parent 5c072d47e4
commit 9d17a2f4cb
4 changed files with 17 additions and 19 deletions

View File

@ -21,7 +21,7 @@
Skip all downloads and only build launcher.
.EXAMPLE
.\build -verbose
.\build.ps1 -verbose
Execute the build and see what's going on.
.EXAMPLE
@ -33,7 +33,7 @@
Samuel Vasko, Jack Bennett
Part of the Cmder project.
.LINK
http://cmder.app/ - Project Home
https://github.com/cmderdev/cmder - Project Home
#>
[CmdletBinding(SupportsShouldProcess = $true)]
Param(