mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-18 16:57:19 +02:00
dc84f8d8bb
* single-instance: fix `cwd` in single instance on macOS which was the `cwd` of the first instance, instead of the second how it should be and is on windows and linux. also add rustfmt.toml to enforce the correct formatting (4 spaces for indent) * use split_once * remove rustfmt * fix indentation --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
168 B
168 B
single-instance
| single-instance |
|---|
| patch |
fix cwd in single instance on macOS, which was the cwd of the first instance, instead of the second (like it is on windows and linux)