mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-20 06:02:23 +00:00
Update build.ps1
This commit is contained in:
parent
3c45ef624a
commit
176a91e7c5
1 changed files with 3 additions and 3 deletions
|
@ -11,15 +11,15 @@ dotnet publish `
|
|||
.\v2rayN\v2rayN.csproj `
|
||||
-c Release `
|
||||
--self-contained false `
|
||||
-p:PublishReadyToRun=true `
|
||||
-p:PublishReadyToRun=false `
|
||||
-p:PublishSingleFile=true `
|
||||
-o $OutputPath
|
||||
|
||||
dotnet publish `
|
||||
.\v2rayUpgrade\v2rayUpgrade.csproj `
|
||||
.\AmazTool\AmazTool.csproj `
|
||||
-c Release `
|
||||
--self-contained false `
|
||||
-p:PublishReadyToRun=true `
|
||||
-p:PublishReadyToRun=false `
|
||||
-p:PublishSingleFile=true `
|
||||
-o $OutputPath
|
||||
|
||||
|
|
Loading…
Reference in a new issue