aboutsummaryrefslogtreecommitdiff
path: root/hyprwatch.csproj
diff options
context:
space:
mode:
authorZaphhh <umarfarrukh2@gmail.com>2025-01-27 03:51:30 +0000
committerZaphhh <umarfarrukh2@gmail.com>2025-01-27 03:51:30 +0000
commit73ac56ac8c2e59eda8875ab4866c611859f1fb2f (patch)
treea54a358745ddb7c71c5b62d1fb58fe21df70fe5b /hyprwatch.csproj
parent8582d6d98f322ce58462e0931ab46ee0e9733033 (diff)
downloadhypr-wellbeing-73ac56ac8c2e59eda8875ab4866c611859f1fb2f.zip
hypr-wellbeing-73ac56ac8c2e59eda8875ab4866c611859f1fb2f.tar.gz
Use aot rather than self-contained + single-file and use Regex source gen over compiled regex
Diffstat (limited to 'hyprwatch.csproj')
-rw-r--r--hyprwatch.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/hyprwatch.csproj b/hyprwatch.csproj
index e230d2b..e4aab94 100644
--- a/hyprwatch.csproj
+++ b/hyprwatch.csproj
@@ -5,8 +5,8 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
- <PublishSingleFile>true</PublishSingleFile>
- <SelfContained>true</SelfContained>
+ <PublishAot>true</PublishAot>
+ <IsAotCompatible>true</IsAotCompatible>
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
</PropertyGroup>