mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-16 23:22:26 +03:00
7c3db7a381
* use ctor to cache starting executable * clean up symlink checking logic * changefile * use wrapper for the static, put it in tauri_utils * cargo +nightly fmt * add license header to `StartingBinary` * fix clippy warning * fix: test * simplify macOS dangerous flag detection * update restart test to allow expected failure on macOS * finish documentation Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
7 lines
141 B
Markdown
7 lines
141 B
Markdown
---
|
|
tauri: patch
|
|
tauri-utils: patch
|
|
---
|
|
|
|
The path returned from `tauri::api::process::current_binary` is now cached when loading the binary.
|