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