diff options
| author | 2025-01-16 23:39:40 -0600 | |
|---|---|---|
| committer | 2025-01-16 23:39:40 -0600 | |
| commit | 5c74cae3ca4f97b49fe8858c6fa84d224fc02ccf (patch) | |
| tree | 7e525dbc98a48c4adcf89f56ae492e3ee64881d2 /ozone-cli/src/main.rs | |
| parent | start on extracting libraries (diff) | |
extracting natives
Diffstat (limited to 'ozone-cli/src/main.rs')
| -rw-r--r-- | ozone-cli/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ozone-cli/src/main.rs b/ozone-cli/src/main.rs index e4d1528..dd59f9d 100644 --- a/ozone-cli/src/main.rs +++ b/ozone-cli/src/main.rs @@ -15,7 +15,7 @@ async fn main() -> Result<(), Box<dyn Error>> { let launcher = o3launcher::launcher::Launcher::new(PathBuf::from("./work").as_path(), true).await?; let profile = Profile { - version_id: "25w02a".into(), + version_id: "1.8.9".into(), java_runtime: None, instance: "".into() }; |
