From bfedf059fffcbbad84c9fd37404da0f25a3b11c6 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Thu, 23 Jan 2025 15:56:11 -0600 Subject: fix log arg on windows --- src/launcher.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/launcher.rs') diff --git a/src/launcher.rs b/src/launcher.rs index c3c954e..653f17a 100644 --- a/src/launcher.rs +++ b/src/launcher.rs @@ -305,7 +305,7 @@ impl Launcher { impl<'a> SubFunc<'a> for PathSub<'a> { fn substitute(&self, key: &str) -> Option> { match key { - "path" => Some(self.0.to_string_lossy()), + "path" => Some(self.0.as_java_path().to_string_lossy()), _ => None } } -- cgit v1.2.3-70-g09d2