cname dist

This commit is contained in:
Kyle Spearrin 2019-06-10 14:38:33 -04:00
parent e5888e4b90
commit e6cfa84b73
3 changed files with 5 additions and 3 deletions

1
CNAME Normal file
View File

@ -0,0 +1 @@
mobileapp.bitwarden.com

View File

@ -66,10 +66,11 @@ before_build:
build_script:
- sh: |
mkdir dist
cp CNAME ./dist
cd store
chmod 600 fdroid/config.py keystore.jks
mkdir -p temp/fdroid
mkdir fdroid-dist
TEMP_DIR="$APPVEYOR_BUILD_FOLDER/store/temp/fdroid"
cd fdroid
echo "keypass=\"$FDROID_KEYSTORE_PASSWORD\"" >>config.py
@ -82,7 +83,7 @@ build_script:
fdroid server update
cd ..
rm -rf temp/fdroid/archive
mv -v temp/fdroid fdroid-dist
mv -v temp/fdroid ../dist
cd $APPVEYOR_BUILD_FOLDER
- ps: |
if($isWindows -and $env:KEYSTORE_DEC_SECRET) {

View File

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