mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-21 09:41:34 +03:00
4f73057e6f
* refactor!: match target triple for `TAURI_ENV_ARCH` * fix build * Update .changes/cli-hooks-env-vars-breaking.md Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app> * Update tooling/cli/ENVIRONMENT_VARIABLES.md Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app> --------- Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
7 lines
184 B
Markdown
7 lines
184 B
Markdown
---
|
|
'tauri-cli': 'patch:bug'
|
|
'@tauri-apps/cli': 'patch:bug'
|
|
---
|
|
|
|
Prevent `Invalid target triple` warnings and correctly set `TAURI_ENV_` vars when target triple contains 4 components.
|