[2.0.0-alpha.21]
New Features
27bad32d
(#7798) Addfiles
object on thetauri > bundle > macOS
configuration option.0ec28c39
(#8529) Include tauri-build on the migration script.
Enhancements
Bug Fixes
4f73057e
(#8486) PreventInvalid target triple
warnings and correctly setTAURI_ENV_
vars when target triple contains 4 components.
Dependencies
- Upgraded to
tauri-cli@2.0.0-alpha.21
Breaking Changes
-
4f73057e
(#8486) RemovedTAURI_ENV_PLATFORM_TYPE
which will not be set for CLI hook commands anymore, useTAURI_ENV_PLATFORM
instead. Also Changed value ofTAURI_ENV_PLATFORM
andTAURI_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
.