1 Commits

Author SHA1 Message Date
runic-docs-bot
6a61e66f9f docs(tree): sync installer/PROJECT_TREE.md from RunicGateway/installer@3a3676a [skip ci] 2026-09-26 15:46:48 +00:00

View File

@@ -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