Skip to content

Commit

Permalink
Add runtime files
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed Nov 6, 2023
1 parent ecdc8ff commit 0816b9d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions BTCPayApp.Core/BTCPayApp.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<Content Include="runtimes/libldk_node.aar" Link="runtimes/libldk_node.aar" Pack="true" PackagePath="runtimes/libldk_node.aar" />
<Content Include="runtimes/libldk_node.so" Link="runtimes/libldk_node.so" Pack="true" PackagePath="runtimes/libldk_node.so" />
</ItemGroup>

<ItemGroup>
<NativeFileReference Include="runtimes/libldk_node.so" />
<NativeFileReference Include="runtimes/libldk_node.aar" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.8" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
Expand Down
Binary file added BTCPayApp.Core/runtimes/libldk_node.aar
Binary file not shown.
4 changes: 2 additions & 2 deletions BTCPayApp.UI/Shared/Onboarding.razor
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<MudText Typo="Typo.subtitle1" Align="Align.Center" Class="flex-grow-1">
Free and open-source bitcoin point of sale. With 0% Fees & No Third-party.
</MudText>
<MudButton Size="Size.Large" DisableElevation="true" Color="Color.Secondary" Href="@Routes.WalletSetup" data-testid="StandaloneButton">Get started</MudButton>
<MudButton Size="Size.Large" DisableElevation="true" Color="Color.Primary" Href="@Routes.Pair" data-testid="PairButton">Pair with BTCPay Server</MudButton>
<MudButton Size="Size.Large" DisableElevation="true" Color="Color.Primary" Href="@Routes.WalletSetup" data-testid="StandaloneButton">Get Started</MudButton>
<MudButton Size="Size.Large" DisableElevation="true" Color="Color.Secondary" Href="@Routes.Pair" data-testid="PairButton">Pair with BTCPay Server</MudButton>
</MudContainer>
</MudCarouselItem>
</MudCarousel>
Expand Down

0 comments on commit 0816b9d

Please sign in to comment.