1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-26 05:03:39 +00:00

fdroid builds

This commit is contained in:
Kyle Spearrin
2019-06-03 23:54:40 -04:00
parent 32adb7b91a
commit fdfd2d20e6
2 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ $signedApkPath = $($rootPath + "\src\Android\bin\Release\com.x8bit.bitwarden-Sig
$signedApkDestPath = $($rootPath + "\com.x8bit.bitwarden-" + $env:APPVEYOR_BUILD_NUMBER + ".apk");
Copy-Item $signedApkPath $signedApkDestPath
<#
echo "##### Clean Android and App"
msbuild "$($androidPath)" "/t:Clean" "/p:Configuration=FDroid"
@@ -83,5 +83,5 @@ $signedApkPath = $($rootPath + "\src\Android\bin\FDroid\com.x8bit.bitwarden-Sign
$signedApkDestPath = $($rootPath + "\com.x8bit.bitwarden-fdroid-" + $env:APPVEYOR_BUILD_NUMBER + ".apk");
Copy-Item $signedApkPath $signedApkDestPath
#>
echo "##### Done"