Skip to content

Commit 1a11498

Browse files
committed
Update keystore path
1 parent 63a267b commit 1a11498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/android/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ DOCKER_RUN_FLAGS=""
6262

6363
if [[ "$3" == "release" ]] ; then
6464
info "'release' mode selected. mounting ~/.keystore inside container."
65-
DOCKER_RUN_FLAGS="-v $HOME/.keystore:/home/user/.keystore"
65+
DOCKER_RUN_FLAGS="-v /root/.keystore:/root/.keystore"
6666
fi
6767

6868
info "building binary..."

0 commit comments

Comments
 (0)