소스 검색

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 년 전
부모
커밋
5f7b156033
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      docs/usage/guides/bundler/sign-osx.md

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