mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-16 23:22:26 +03:00
9 lines
262 B
Markdown
9 lines
262 B
Markdown
|
---
|
||
|
"cli.rs": patch
|
||
|
"tauri-bundler": patch
|
||
|
"tauri-utils": patch
|
||
|
"tauri-build": patch
|
||
|
---
|
||
|
|
||
|
Move the copying of resources and sidecars from `cli.rs` to `tauri-build` so using the Cargo CLI directly processes the files for the application execution in development.
|