mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-15 21:53:59 +03:00
52e9a6d81a
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
242 B
242 B
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.