diff options
| author | DemonKingSwarn <rockingswarn@gmail.com> | 2025-01-25 19:14:51 +0530 |
|---|---|---|
| committer | DemonKingSwarn <rockingswarn@gmail.com> | 2025-01-25 19:14:51 +0530 |
| commit | 2ca5774c6b2f965553825ddb10088b206d2bf75a (patch) | |
| tree | cf63cf4a877fb87036a1b45d4eb34d28911fb0d8 /watcher.csproj | |
| parent | e9a36d9a3cc50105ade148e0f8a286f89ac0c4df (diff) | |
| download | hypr-wellbeing-2ca5774c6b2f965553825ddb10088b206d2bf75a.zip hypr-wellbeing-2ca5774c6b2f965553825ddb10088b206d2bf75a.tar.gz | |
chore: minor bug fix
Diffstat (limited to 'watcher.csproj')
| -rw-r--r-- | watcher.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/watcher.csproj b/watcher.csproj index 2150e37..e230d2b 100644 --- a/watcher.csproj +++ b/watcher.csproj @@ -5,6 +5,9 @@ <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> + <PublishSingleFile>true</PublishSingleFile> + <SelfContained>true</SelfContained> + <RuntimeIdentifier>linux-x64</RuntimeIdentifier> </PropertyGroup> </Project> |
