Update build.ps1

pull/5829/head
2dust 2024-10-09 20:44:37 +08:00
parent 3c45ef624a
commit 176a91e7c5
1 changed files with 3 additions and 3 deletions

View File

@ -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