Update build.ps1

This commit is contained in:
Connection Refused
2021-04-09 09:21:17 +08:00
committed by GitHub
parent b218e785d8
commit 54daff70b3

View File

@@ -11,7 +11,7 @@ param (
[Parameter()]
[bool]
$SelfContained = $True,
$SelfContained = $False,
[Parameter()]
[bool]
@@ -19,7 +19,7 @@ param (
[Parameter()]
[bool]
$PublishSingleFile = $False
$PublishSingleFile = $True
)
.\scripts\download.ps1 $OutputPath