Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
044538d2b4 |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user