feat(bundler): try to find API key file for notarization, ref #7616 (#7771)

This commit is contained in:
Lucas Fernandes Nogueira
2023-09-07 10:01:12 -03:00
committed by GitHub
parent 0797a002ca
commit dfbbca423b
3 changed files with 38 additions and 3 deletions

View File

@@ -2,4 +2,4 @@
"tauri-bundler": minor:breaking
---
The macOS notarization now uses `notarytool` as `altool` will be discontinued on November 2023. When authenticating with an API key, the key `.p8` file path must be provided in the `APPLE_API_KEY_PATH` environment variable.
The macOS notarization now uses `notarytool` as `altool` will be discontinued on November 2023. When authenticating with an API key, the key `.p8` file path must be provided in the `APPLE_API_KEY_PATH` environment variable. To prevent a breaking change, we will try to find the key path in the `altool` default search paths.