mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
2d47352a07
* fix(cli): Make app_dir() consistent by basing it on the explicit invocation directory rather than the current working directory * resolve app paths before everything else * fix xcode script * fix test --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
7 lines
225 B
Markdown
7 lines
225 B
Markdown
---
|
|
"tauri-cli": patch:bug
|
|
"@tauri-apps/cli": patch:bug
|
|
---
|
|
|
|
CLI commands will now consistently search for the `app_dir` (the directory containing `package.json`) from the current working directory of the command invocation.
|