mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 09:11:55 +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>
491 B
491 B
tauri-cli | @tauri-apps/cli |
---|---|
patch:breaking | 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
andandroideabi
are no longer replaced withmacos
andandroid
inTAURI_ENV_PLATFORM
.i686
andi586
are no longer replaced withx86
inTAURI_ENV_ARCH
.