Skip to content

Commit

Permalink
We are framework-dependent
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythonic-Rainbow committed Jan 7, 2024
1 parent 2d0c070 commit 44e2e84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
Bot/bin/Release/net6.0/linux-arm64/Bot
Bot/bin/Release/net6.0/linux-arm64/*.dll
Bot/bin/Release/net6.0/linux-arm64/*.json
Bot/bin/Relesae/net6.0/linux-arm64/runtimes
Bot/bin/Relesae/net6.0/linux-arm64/runtimes/linux-arm64/native/*
7 changes: 7 additions & 0 deletions Bot/Bot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,11 @@
<PackageReference Include="Microsoft.ICU.ICU4C.Runtime" Version="72.1.0.3" />
</ItemGroup>

<ItemGroup>
<IcuAssemblies Include="icu\*.so*" />
<RuntimeTargetsCopyLocalItems Include="@(IcuAssemblies)" AssetType="native" CopyLocal="true"
DestinationSubDirectory="runtimes/linux-arm64/native/" DestinationSubPath="%(FileName)%(Extension)"
RuntimeIdentifier="linux-arm64" NuGetPackageId="System.Private.Runtime.UnicodeData" />
</ItemGroup>

</Project>

0 comments on commit 44e2e84

Please sign in to comment.