diff options
Diffstat (limited to 'hyprwatch.csproj')
| -rw-r--r-- | hyprwatch.csproj | 4 |
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> |
