Skip to content

Commit

Permalink
Remove upx compression
Browse files Browse the repository at this point in the history
  • Loading branch information
hez2010 authored Jun 2, 2023
1 parent 7450c2d commit 9b7af9c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions BBDown/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,5 @@
<StripSymbols>true</StripSymbols>
<ObjCopyName Condition="'$(RuntimeIdentifier)' == 'linux-arm64'">aarch64-linux-gnu-objcopy</ObjCopyName>
</PropertyGroup>

<ItemGroup Condition="'$(PublishAot)' == 'true' and '$(RuntimeIdentifier)' != 'win-arm64' and '$(RuntimeIdentifier)' != 'linux-arm64' and '$(RuntimeIdentifier)' != 'osx-x64' and '$(RuntimeIdentifier)' != 'osx-arm64'">
<PackageReference Include="PublishAotCompressed" Version="1.0.0" />
</ItemGroup>


</Project>

0 comments on commit 9b7af9c

Please sign in to comment.