mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 12:27:16 +03:00
5c335ae9ad
* fix(android): avoid rebuilds if nothing changed Unconditionally overwriting files where the build reruns if they changed leads to rebuilds every time. Only overwrite a file if its content is different to not rebuild in such a case. * use write_if_changed utils * use existing function --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
8 lines
176 B
Markdown
8 lines
176 B
Markdown
---
|
|
"tauri": patch:bug
|
|
"tauri-build": patch:bug
|
|
"tauri-utils": patch:bug
|
|
---
|
|
|
|
Prevent build script from rerunning unnecessarily by only writing files when the content changes.
|