diff --git a/apps/desktop/scripts/tauri-with-stub.mjs b/apps/desktop/scripts/tauri-with-stub.mjs index 497f67e..5999888 100644 --- a/apps/desktop/scripts/tauri-with-stub.mjs +++ b/apps/desktop/scripts/tauri-with-stub.mjs @@ -26,7 +26,7 @@ if (!process.env.TAURI_BUNDLE_TARGETS) { const executable = process.platform === "win32" ? "tauri.cmd" : "tauri" const child = spawn(executable, process.argv.slice(2), { stdio: "inherit", - shell: false, + shell: process.platform === "win32", }) child.on("exit", (code, signal) => {