Skip to content

Commit

Permalink
Merge pull request #605 from hez2010/patch-4
Browse files Browse the repository at this point in the history
Remove upx compression
  • Loading branch information
nilaoda authored Jun 3, 2023
2 parents 7450c2d + 9b7af9c commit ecd6258
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 ecd6258

Please sign in to comment.