Skip to content

Commit

Permalink
Merge branch 'app-repo-refactor' into kwin
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingpie committed Jul 14, 2024
2 parents ed02e1c + 43cae00 commit 6a7f152
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/01-Build/NukeBuild/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ public sealed class Build : NukeBuild
.SetAssemblyVersion(AssemblyVersion)
.SetInformationalVersion(InformationalVersion)
.SetConfiguration(Configuration)
// .SetFramework("net8.0-windows")
.SetProject(Solution._0_Host.Wtq_Host_Linux)
.SetOutput(staging)
.SetProperty("PublishAot", true)
Expand Down Expand Up @@ -144,7 +143,6 @@ public sealed class Build : NukeBuild
.SetAssemblyVersion(AssemblyVersion)
.SetInformationalVersion(InformationalVersion)
.SetConfiguration(Configuration)
// .SetFramework("net8.0-windows")
.SetProject(Solution._0_Host.Wtq_Host_Linux)
.SetOutput(st)
.SetPublishSingleFile(true)
Expand Down Expand Up @@ -172,7 +170,6 @@ public sealed class Build : NukeBuild
.SetAssemblyVersion(AssemblyVersion)
.SetInformationalVersion(InformationalVersion)
.SetConfiguration(Configuration)
// .SetFramework("net8.0-windows")
.SetProject(Solution._0_Host.Wtq_Host_Linux)
.SetOutput(staging)
.SetPublishSingleFile(true)
Expand Down
2 changes: 1 addition & 1 deletion src/30-Host/Wtq.Host.Linux/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Wtq.Services.KWin;
using Wtq.Services.KWin;

namespace Wtq.Host.Linux;

Expand Down

0 comments on commit 6a7f152

Please sign in to comment.