Update build.ps1

This commit is contained in:
Javad Kargar 2024-03-16 13:20:06 +03:30 committed by GitHub
parent 20337784df
commit c32cc5bca8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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