Browse Source

Update build.ps1

pull/5829/head
2dust 1 month ago
parent
commit
176a91e7c5
  1. 6
      v2rayN/build.ps1

6
v2rayN/build.ps1

@ -11,15 +11,15 @@ dotnet publish `
.\v2rayN\v2rayN.csproj ` .\v2rayN\v2rayN.csproj `
-c Release ` -c Release `
--self-contained false ` --self-contained false `
-p:PublishReadyToRun=true ` -p:PublishReadyToRun=false `
-p:PublishSingleFile=true ` -p:PublishSingleFile=true `
-o $OutputPath -o $OutputPath
dotnet publish ` dotnet publish `
.\v2rayUpgrade\v2rayUpgrade.csproj ` .\AmazTool\AmazTool.csproj `
-c Release ` -c Release `
--self-contained false ` --self-contained false `
-p:PublishReadyToRun=true ` -p:PublishReadyToRun=false `
-p:PublishSingleFile=true ` -p:PublishSingleFile=true `
-o $OutputPath -o $OutputPath

Loading…
Cancel
Save