From 6a61e66f9f256d83a6d9f7794d496f3156b702b6 Mon Sep 17 00:00:00 2001 From: runic-docs-bot Date: Sat, 26 Sep 2026 15:46:48 +0000 Subject: [PATCH] docs(tree): sync installer/PROJECT_TREE.md from RunicGateway/installer@3a3676a [skip ci] --- installer/PROJECT_TREE.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/installer/PROJECT_TREE.md b/installer/PROJECT_TREE.md index db22ad3..c910980 100644 --- a/installer/PROJECT_TREE.md +++ b/installer/PROJECT_TREE.md @@ -16,6 +16,7 @@ installer/ │ │ ├── config.yaml │ │ └── feature_request.md │ ├── scripts/ +│ │ ├── compose-bundles.sh │ │ └── gen_tree.py │ ├── workflows/ │ │ ├── bundle.yml @@ -26,6 +27,15 @@ installer/ ├── bundles/ │ └── README.md ├── src/ +│ ├── rustgame/ +│ │ ├── doctor.rs +│ │ ├── install.rs +│ │ ├── mod.rs +│ │ ├── plugin.rs +│ │ ├── record.rs +│ │ ├── server.rs +│ │ ├── sidecar.rs +│ │ └── uninstall.rs │ ├── backup.rs │ ├── bundle.rs │ ├── cli.rs @@ -53,7 +63,10 @@ installer/ │ │ ├── patch_tier.json │ │ ├── playervendor-sale-eventsink.patch │ │ ├── playervendor-sale-gump.patch -│ │ └── published-bundle.json +│ │ ├── published-bundle-2026.09.15.json +│ │ ├── published-bundle-v2-servuo.json +│ │ ├── published-bundle.json +│ │ └── rust-bundle-v2.json │ └── real_patches.rs ├── .gitignore ├── Cargo.lock