Skip to content

Commit

Permalink
fix linux-arm64 #10
Browse files Browse the repository at this point in the history
  • Loading branch information
nilaoda committed Oct 24, 2022
1 parent a44ade8 commit 5308472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/N_m3u8DL-RE/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<ObjCopyName Condition="'$(RuntimeIdentifier)' == 'linux-arm64'">aarch64-linux-gnu-objcopy</ObjCopyName>
</PropertyGroup>

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

<ItemGroup>
Expand Down

0 comments on commit 5308472

Please sign in to comment.