mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-29 22:36:20 +00:00
Update build.ps1
This commit is contained in:
parent
20337784df
commit
c32cc5bca8
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ Write-Host 'Building'
|
|||
dotnet publish `
|
||||
.\v2rayN\v2rayN.csproj `
|
||||
-c Release `
|
||||
--self-contained false `
|
||||
--self-contained true `
|
||||
-p:PublishReadyToRun=true `
|
||||
-p:PublishSingleFile=true `
|
||||
-o $OutputPath
|
||||
|
@ -18,7 +18,7 @@ dotnet publish `
|
|||
dotnet publish `
|
||||
.\v2rayUpgrade\v2rayUpgrade.csproj `
|
||||
-c Release `
|
||||
--self-contained false `
|
||||
--self-contained true `
|
||||
-p:PublishReadyToRun=true `
|
||||
-p:PublishSingleFile=true `
|
||||
-o $OutputPath
|
||||
|
|
Loading…
Reference in a new issue