fix: missing steps for linux build [skip ci] (#2985)
cyan committed
Feb 27, 2026 at 21:31 UTC
0844fd801217e2b2bee445022d8ef5b32c93a401
1 file changed
+4
docs/builds/LINUX.md
+4
@@ -23,6 +23,7 @@ cd cake_wallet
23
# docker build -t ghcr.io/cake-tech/cake_wallet:debian13-flutter3.32.0-ndkr28-go1.24.1-ruststablenightly . # Uncomment to build the docker image yourself instead of pulling it from the registry
24
docker run --privileged -v$(pwd):$(pwd) -w $(pwd) -i --rm ghcr.io/cake-tech/cake_wallet:debian13-flutter3.32.0-ndkr28-go1.24.1-ruststablenightly bash -x << EOF
25
set -x -e
26
+git config --global --add safe.directory '*'
27
pushd scripts
28
./gen_android_manifest.sh
29
./prepare_moneroc.sh
@@ -30,6 +31,9 @@ pushd scripts
31
./prepare_zcash.sh
32
./prepare_reown.sh
33
./build_bitbox_flutter.sh
34
+ pushd android
35
+ ./build_mwebd.sh
36
+ popd
37
popd
38
pushd scripts/linux
39
./build_monero_all.sh