Skip to content

Commit

Permalink
Update build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Connection Refused authored Apr 9, 2021
1 parent b218e78 commit 54daff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ param (

[Parameter()]
[bool]
$SelfContained = $True,
$SelfContained = $False,

[Parameter()]
[bool]
$PublishReadyToRun = $False,

[Parameter()]
[bool]
$PublishSingleFile = $False
$PublishSingleFile = $True
)

.\scripts\download.ps1 $OutputPath
Expand Down

0 comments on commit 54daff7

Please sign in to comment.