Provide an alert to users performing DMG bundles in non-standard environments. fix: #2567[,#2567] (#2785)

Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
This commit is contained in:
facklambda 2021-10-22 08:15:18 -05:00 committed by GitHub
parent a9dfc01550
commit 5f7b156033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,11 @@ This guide will give a brief overview of how to sign an application, and how to
- [Developer ID Application](https://developer.apple.com/developer-id/) certificate
- see [this](https://localazy.com/blog/how-to-automatically-sign-macos-apps-using-github-actions#reference) guide for additional help
- Working Tauri application, being built and published via GitHub Actions, as shown in [tauri-action](https://github.com/tauri-apps/tauri-action)
<Alert title="Note" icon="info-alt">
If you are not utilizing GitHub Actions to perform builds of OSX DMGs, you will need to ensure the environment variable `CI=true` exists. For more information refer to [Issue #592](https://github.com/tauri-apps/tauri/issues/592).
</Alert>
## GitHub Secrets
We will need to add a few GitHub secrets for the proper configuration of the GitHub Action. These can be named however you would like, but we must assign them to the correct Tauri variables, so keep them as relevant as possible.