mirror of
https://github.com/bitwarden/mobile
synced 2025-01-30 18:24:58 +01:00
chmod keystore correct path
This commit is contained in:
parent
43cee53dc8
commit
a3f66b8ab1
@ -71,7 +71,7 @@ build_script:
|
|||||||
mkdir dist
|
mkdir dist
|
||||||
cp CNAME ./dist
|
cp CNAME ./dist
|
||||||
cd store
|
cd store
|
||||||
chmod 600 fdroid/config.py keystore.jks
|
chmod 600 fdroid/config.py fdroid/keystore.jks
|
||||||
mkdir -p temp/fdroid
|
mkdir -p temp/fdroid
|
||||||
TEMP_DIR="$APPVEYOR_BUILD_FOLDER/store/temp/fdroid"
|
TEMP_DIR="$APPVEYOR_BUILD_FOLDER/store/temp/fdroid"
|
||||||
cd fdroid
|
cd fdroid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user