diff options
| author | realtradam <[email protected]> | 2024-06-15 02:29:05 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-15 02:29:05 -0400 |
| commit | 41828e2bb95ce9b9bece58ad571e38306d579718 (patch) | |
| tree | 17f3e315b1469598668fe17a61d8fc426abc6d6a | |
| parent | d0be269269fc1e3f5592398b33fb42eac7930b51 (diff) | |
| download | caprover-one-click-apps-41828e2bb95ce9b9bece58ad571e38306d579718.tar.gz caprover-one-click-apps-41828e2bb95ce9b9bece58ad571e38306d579718.zip | |
update rct2
| -rw-r--r-- | public/v4/apps/rct2.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/public/v4/apps/rct2.yml b/public/v4/apps/rct2.yml index 81aa9fe..689ecfd 100644 --- a/public/v4/apps/rct2.yml +++ b/public/v4/apps/rct2.yml @@ -19,6 +19,10 @@ caproverOneClickApp: defaultValue: 'latest' description: Check out their Docker page for the valid tags https://hub.docker.com/r/openrct2/openrct2-cli/tags validRegex: "/^([^\\s^\\/])+$/" + - id: '$$cap_rct2_map_path' + label: OpenRCT2 Map Path + defaultValue: '/home/openrct2/Parks/Bumbly Bazaar.SC6' + description: What map or save you want to load - id: '$$cap_tz' label: Time Zone defaultValue: America/New_York @@ -30,6 +34,6 @@ caproverOneClickApp: end: |- OpenRCT2 has been successfully deployed! displayName: OpenRCT2 - isOfficial: true + isOfficial: false description: Open source reimplementation of OpenRCT2, hosts multiplayer games. documentation: See https://github.com/OpenRCT2/openrct2-docker |
