This commit is contained in:
TheWhiteDog9487
2026-08-08 12:19:54 +08:00
parent d4550e240c
commit d5cf0c9910
2 changed files with 38 additions and 2 deletions
+5 -1
View File
@@ -1,3 +1,6 @@
#!/usr/bin/env -S dotnet --
// https://learn.microsoft.com/zh-cn/dotnet/core/sdk/file-based-apps
#:property PublishAot=true
#:property StaticExecutable=true
#:property OptimizationPreference=Speed
@@ -128,4 +131,5 @@ enum SupportedLinuxDistributions {
Debian,
Armbian,
Ubuntu,
ArchLinux }
ArchLinux,
CachyOS }