mirror of
https://github.com/bitwarden/mobile
synced 2025-01-28 01:09:43 +01:00
fdroid-dist
This commit is contained in:
parent
3b7d3e2652
commit
5f41487fd2
@ -61,7 +61,7 @@ after_build:
|
||||
cd store
|
||||
chmod 600 fdroid/config.py keystore.jks
|
||||
mkdir -p temp/fdroid
|
||||
mkdir dist
|
||||
mkdir fdroid-dist
|
||||
TEMP_DIR="$APPVEYOR_BUILD_FOLDER/store/temp/fdroid"
|
||||
cd fdroid
|
||||
echo "keypass=\"$FDROID_KEYSTORE_PASSWORD\"" >>config.py
|
||||
@ -74,7 +74,7 @@ after_build:
|
||||
fdroid server update
|
||||
cd ..
|
||||
rm -rf temp/fdroid/archive
|
||||
mv -v temp/fdroid dist
|
||||
mv -v temp/fdroid fdroid-dist
|
||||
cd $APPVEYOR_BUILD_FOLDER
|
||||
- ps: |
|
||||
if($isWindows -and $env:KEYSTORE_DEC_SECRET) {
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "bitwarden-fdroid",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"deploy": "gh-pages --dist dist"
|
||||
"deploy": "gh-pages --dist ./store/fdroid-dist"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gh-pages": "^1.2.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user