diff --git a/scripts/build.ps1 b/scripts/build.ps1 index 512f473..e317bee 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -56,7 +56,7 @@ Param( # Using this option will skip all downloads and only build launcher [switch]$noVendor, - # New launcher if you have MSBuild tools installed + # Build launcher if you have MSBuild tools installed [switch]$Compile )