mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-16 07:08:32 +03:00
52e9a6d81a
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
5 lines
242 B
Markdown
5 lines
242 B
Markdown
---
|
|
"cli.rs": patch
|
|
---
|
|
|
|
On Windows, Fix `beforeDevCommand` and `beforeBuildCommand` not executing the expected command if it contains quotes. This is done by executing them with `CMD /S /C {command}` instead of `CMD /C {command}` on Windows. |