Skip to content

Commit 176a91e

Browse files
committed
Update build.ps1
1 parent 3c45ef6 commit 176a91e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

v2rayN/build.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ dotnet publish `
1111
.\v2rayN\v2rayN.csproj `
1212
-c Release `
1313
--self-contained false `
14-
-p:PublishReadyToRun=true `
14+
-p:PublishReadyToRun=false `
1515
-p:PublishSingleFile=true `
1616
-o $OutputPath
1717

1818
dotnet publish `
19-
.\v2rayUpgrade\v2rayUpgrade.csproj `
19+
.\AmazTool\AmazTool.csproj `
2020
-c Release `
2121
--self-contained false `
22-
-p:PublishReadyToRun=true `
22+
-p:PublishReadyToRun=false `
2323
-p:PublishSingleFile=true `
2424
-o $OutputPath
2525

0 commit comments

Comments
 (0)