Skip to content

Commit

Permalink
更新 Build.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
MakesYT authored May 28, 2024
1 parent c2233d8 commit 40e168e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class Build : NukeBuild
DotNetPublish(c => new DotNetPublishSettings()
.SetProject(AvaloniaProject.Name)
.SetOutput(RootDirectory / "Publish")
.SetPublishSingleFile(true)
.SetPublishSingleFile(false)
.SetRuntime( "win-x64")
.SetFramework("net8.0-windows10.0.17763.0")
Expand All @@ -129,7 +129,7 @@ class Build : NukeBuild
DotNetPublish(c => new DotNetPublishSettings()
.SetProject(AvaloniaProject.Name)
.SetOutput(RootDirectory / "Publish_SelfContained")
.SetPublishSingleFile(true)
.SetPublishSingleFile(false)
.SetRuntime( "win-x64")
.SetFramework("net8.0-windows10.0.17763.0")
Expand Down

0 comments on commit 40e168e

Please sign in to comment.