Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
044538d2b4 |
@@ -16,6 +16,7 @@ installer/
|
|||||||
│ │ ├── config.yaml
|
│ │ ├── config.yaml
|
||||||
│ │ └── feature_request.md
|
│ │ └── feature_request.md
|
||||||
│ ├── scripts/
|
│ ├── scripts/
|
||||||
|
│ │ ├── compose-bundles.sh
|
||||||
│ │ └── gen_tree.py
|
│ │ └── gen_tree.py
|
||||||
│ ├── workflows/
|
│ ├── workflows/
|
||||||
│ │ ├── bundle.yml
|
│ │ ├── bundle.yml
|
||||||
@@ -26,6 +27,15 @@ installer/
|
|||||||
├── bundles/
|
├── bundles/
|
||||||
│ └── README.md
|
│ └── README.md
|
||||||
├── src/
|
├── src/
|
||||||
|
│ ├── rustgame/
|
||||||
|
│ │ ├── doctor.rs
|
||||||
|
│ │ ├── install.rs
|
||||||
|
│ │ ├── mod.rs
|
||||||
|
│ │ ├── plugin.rs
|
||||||
|
│ │ ├── record.rs
|
||||||
|
│ │ ├── server.rs
|
||||||
|
│ │ ├── sidecar.rs
|
||||||
|
│ │ └── uninstall.rs
|
||||||
│ ├── backup.rs
|
│ ├── backup.rs
|
||||||
│ ├── bundle.rs
|
│ ├── bundle.rs
|
||||||
│ ├── cli.rs
|
│ ├── cli.rs
|
||||||
@@ -53,7 +63,10 @@ installer/
|
|||||||
│ │ ├── patch_tier.json
|
│ │ ├── patch_tier.json
|
||||||
│ │ ├── playervendor-sale-eventsink.patch
|
│ │ ├── playervendor-sale-eventsink.patch
|
||||||
│ │ ├── playervendor-sale-gump.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
|
│ └── real_patches.rs
|
||||||
├── .gitignore
|
├── .gitignore
|
||||||
├── Cargo.lock
|
├── Cargo.lock
|
||||||
|
|||||||
Reference in New Issue
Block a user