Skip to content

Commit

Permalink
Try cleaning up csproj and build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed Mar 6, 2025
1 parent 7ff8b56 commit 3c4ce6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
with:
name: android build
path: |
publish/android/*Signed.apk*
publish/android/org.btcpayserver.BTCPayApp-Signed.apk
# build-desktop-win:
# runs-on: windows-latest
Expand Down
11 changes: 0 additions & 11 deletions BTCPayApp.Maui/BTCPayApp.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,13 @@

<PropertyGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android' And '$(Configuration)' == 'Release'">
<DebugSymbols>False</DebugSymbols>
<EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk>
<AndroidKeyStore>True</AndroidKeyStore>
<AndroidSigningKeyStore>../btcpayapp.keystore</AndroidSigningKeyStore>
<AndroidSigningKeyAlias>btcpayapp</AndroidSigningKeyAlias>
<AndroidSigningKeyPass>env:ANDROID_SIGNING_PASSWORD</AndroidSigningKeyPass>
<AndroidSigningStorePass>env:ANDROID_SIGNING_PASSWORD</AndroidSigningStorePass>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0-android|AnyCPU'">
<EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-android|AnyCPU'">
<EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk>
<DebugSymbols>False</DebugSymbols>
<AndroidKeyStore>False</AndroidKeyStore>
</PropertyGroup>

<ItemGroup>
<!-- App Icon -->
<!-- Splash Screen -->
Expand Down

0 comments on commit 3c4ce6c

Please sign in to comment.