diff options
| author | DemonKingSwarn <rockingswarn@gmail.com> | 2026-04-19 23:04:46 +0530 |
|---|---|---|
| committer | DemonKingSwarn <rockingswarn@gmail.com> | 2026-04-19 23:04:46 +0530 |
| commit | dacfac59f1cf60df7fc80a21cb7f3d63843aa591 (patch) | |
| tree | 281cb3697d5eaf873100101290002b2ce61bea93 /hypr-wellbeing.csproj | |
| parent | 0dc53f2c6a5093344e6188b5510d1505cd3a4a2a (diff) | |
| download | hypr-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.csproj | 10 |
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> |
