We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbda44 commit a7af857Copy full SHA for a7af857
src-tauri/src/lib.rs
@@ -579,7 +579,7 @@ async fn prep_launch(
579
cmd = util::gen_launch_command(cmd, launch_fmt);
580
}
581
582
- #[cfg(target_os = "linux")]
+ #[cfg(not(target_os = "windows"))]
583
{
584
// The compat data dir is, in order of priority:
585
// 1. WINEPREFIX env var in the launch command, if set
0 commit comments