Skip to content

Commit

Permalink
Update build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Oct 9, 2024
1 parent 3c45ef6 commit 176a91e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v2rayN/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 176a91e

Please sign in to comment.