Эх сурвалжийг харах

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>
facklambda 3 жил өмнө
parent
commit
5f7b156033

+ 5 - 1
docs/usage/guides/bundler/sign-osx.md

@@ -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.