Skip to content

Commit 02b42cf

Browse files
committed
Fix build script relay list path
1 parent 0f4cc5c commit 02b42cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-apk.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ for ARCHITECTURE in ${ARCHITECTURES:-aarch64 armv7 x86_64 i686}; do
112112
done
113113

114114
echo "Updating relays.json..."
115-
cargo run --bin relay_list "${CARGO_ARGS[@]}" > android/build/extraAssets/relays.json
115+
cargo run --bin relay_list "${CARGO_ARGS[@]}" > android/app/build/extraAssets/relays.json
116116

117117
cd "$SCRIPT_DIR/android"
118118
$GRADLE_CMD --console plain "${GRADLE_TASKS[@]}"

0 commit comments

Comments
 (0)