mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-16 23:22:26 +03:00
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.
|