aboutsummaryrefslogtreecommitdiff
path: root/hypr-wellbeing.csproj
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2026-04-19 23:04:46 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2026-04-19 23:04:46 +0530
commitdacfac59f1cf60df7fc80a21cb7f3d63843aa591 (patch)
tree281cb3697d5eaf873100101290002b2ce61bea93 /hypr-wellbeing.csproj
parent0dc53f2c6a5093344e6188b5510d1505cd3a4a2a (diff)
downloadhypr-wellbeing-dacfac59f1cf60df7fc80a21cb7f3d63843aa591.zip
hypr-wellbeing-dacfac59f1cf60df7fc80a21cb7f3d63843aa591.tar.gz
chore: made sure the binary is static
Diffstat (limited to 'hypr-wellbeing.csproj')
-rw-r--r--hypr-wellbeing.csproj10
1 files changed, 4 insertions, 6 deletions
diff --git a/hypr-wellbeing.csproj b/hypr-wellbeing.csproj
index 9aef20e..d5a2493 100644
--- a/hypr-wellbeing.csproj
+++ b/hypr-wellbeing.csproj
@@ -6,12 +6,10 @@
<Nullable>enable</Nullable>
<PublishAot>true</PublishAot>
<IsAotCompatible>true</IsAotCompatible>
- <RuntimeIdentifier>linux-musl-x64</RuntimeIdentifier> <!-- musl for static -->
- <StaticExecutable>true</StaticExecutable>
+ <RuntimeIdentifier>linux-musl-x64</RuntimeIdentifier>
<StripSymbols>true</StripSymbols>
- <InvariantGlobalization>true</InvariantGlobalization> <!-- removes ICU dep -->
+ <InvariantGlobalization>true</InvariantGlobalization>
+ <StaticExecutable>true</StaticExecutable>
+ <CppCompilerAndLinker>clang-wrapper</CppCompilerAndLinker>
</PropertyGroup>
- <ItemGroup>
- <PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
- </ItemGroup>
</Project>