Skip to content

Commit 6a094e4

Browse files
committed
fix FirstThreadOnMacOS trait name
1 parent 9bccc7f commit 6a094e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/actions/prism_pack.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ async fn get_mmc_launch_json(
389389
}
390390
minecraft_arguments = combined.trim().to_owned();
391391

392-
traits.push("FirstThreadOnMacOs");
392+
traits.push("FirstThreadOnMacOS");
393393
}
394394

395395
let lwjgl_major = lwjgl_version.chars().next().unwrap();

0 commit comments

Comments
 (0)