run companion in standalone process

This commit is contained in:
5ec1cff
2023-12-08 17:19:26 +08:00
parent 9c34c671fa
commit bcb65c4bd9
8 changed files with 195 additions and 62 deletions

View File

@@ -24,3 +24,7 @@ if [ "$(which magisk)" ]; then
fi
done
fi
[ "$DEBUG" = true ] && export RUST_BACKTRACE=1
unshare -m sh -c "bin/zygisk-cp64 &"
unshare -m sh -c "bin/zygisk-cp32 &"