mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 09:11:55 +03:00
10 lines
491 B
Markdown
10 lines
491 B
Markdown
|
---
|
||
|
'tauri-cli': 'patch:breaking'
|
||
|
'@tauri-apps/cli': 'patch:breaking'
|
||
|
---
|
||
|
|
||
|
Removed `TAURI_ENV_PLATFORM_TYPE` which will not be set for CLI hook commands anymore, use `TAURI_ENV_PLATFORM` instead. Also Changed value of `TAURI_ENV_PLATFORM` and `TAURI_ENV_ARCH` values to match the target triple more accurately:
|
||
|
|
||
|
- `darwin` and `androideabi` are no longer replaced with `macos` and `android` in `TAURI_ENV_PLATFORM`.
|
||
|
- `i686` and `i586` are no longer replaced with `x86` in `TAURI_ENV_ARCH`.
|