1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

fdroid-dist

This commit is contained in:
Kyle Spearrin
2019-06-10 13:58:34 -04:00
parent 3b7d3e2652
commit 5f41487fd2
2 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ after_build:
cd store cd store
chmod 600 fdroid/config.py keystore.jks chmod 600 fdroid/config.py keystore.jks
mkdir -p temp/fdroid mkdir -p temp/fdroid
mkdir dist mkdir fdroid-dist
TEMP_DIR="$APPVEYOR_BUILD_FOLDER/store/temp/fdroid" TEMP_DIR="$APPVEYOR_BUILD_FOLDER/store/temp/fdroid"
cd fdroid cd fdroid
echo "keypass=\"$FDROID_KEYSTORE_PASSWORD\"" >>config.py echo "keypass=\"$FDROID_KEYSTORE_PASSWORD\"" >>config.py
@@ -74,7 +74,7 @@ after_build:
fdroid server update fdroid server update
cd .. cd ..
rm -rf temp/fdroid/archive rm -rf temp/fdroid/archive
mv -v temp/fdroid dist mv -v temp/fdroid fdroid-dist
cd $APPVEYOR_BUILD_FOLDER cd $APPVEYOR_BUILD_FOLDER
- ps: | - ps: |
if($isWindows -and $env:KEYSTORE_DEC_SECRET) { if($isWindows -and $env:KEYSTORE_DEC_SECRET) {

View File

@@ -2,7 +2,7 @@
"name": "bitwarden-fdroid", "name": "bitwarden-fdroid",
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"deploy": "gh-pages --dist dist" "deploy": "gh-pages --dist ./store/fdroid-dist"
}, },
"devDependencies": { "devDependencies": {
"gh-pages": "^1.2.0" "gh-pages": "^1.2.0"