From 0cb7d939ad19ea1ca4f8d7981112ab9e830fc812 Mon Sep 17 00:00:00 2001 From: Alex Hancock Date: Wed, 13 Aug 2025 11:26:08 -0400 Subject: [PATCH] docs: make accurate the comments with links to unsigned builds of the app --- .github/workflows/pr-comment-bundle.yml | 6 ++---- .github/workflows/release-branches.yml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr-comment-bundle.yml b/.github/workflows/pr-comment-bundle.yml index ad635e665a6b..3f6b4a56e5a7 100644 --- a/.github/workflows/pr-comment-bundle.yml +++ b/.github/workflows/pr-comment-bundle.yml @@ -135,9 +135,7 @@ jobs: body: | ### macOS ARM64 Desktop App (Apple Silicon) - [📱 Download macOS Desktop App (arm64, signed)](https://nightly.link/${{ github.repository }}/actions/runs/${{ github.run_id }}/Goose-darwin-arm64.zip) + [📱 Download macOS Desktop App (arm64, unsigned)](https://nightly.link/${{ github.repository }}/actions/runs/${{ github.run_id }}/Goose-darwin-arm64.zip) **Instructions:** - After downloading, unzip the file and drag the Goose.app to your Applications folder. The app is signed and notarized for macOS. - - This link is provided by nightly.link and will work even if you're not logged into GitHub. \ No newline at end of file + After downloading, unzip the file and drag the Goose.app to a location you prefer. The app is unsigned, so to run it run `xattr -r -d com.apple.quarantine '/path/to/Goose.app'` and then open the app \ No newline at end of file diff --git a/.github/workflows/release-branches.yml b/.github/workflows/release-branches.yml index 9b2f70adcda8..d77cfd39d9cc 100644 --- a/.github/workflows/release-branches.yml +++ b/.github/workflows/release-branches.yml @@ -24,7 +24,7 @@ jobs: body: | ### macOS ARM64 Desktop App (Apple Silicon) - [📱 Download macOS Desktop App (arm64, signed)](https://nightly.link/${{ github.repository }}/actions/runs/${{ github.run_id }}/Goose-darwin-arm64.zip) + [📱 Download macOS Desktop App (arm64, unsigned)](https://nightly.link/${{ github.repository }}/actions/runs/${{ github.run_id }}/Goose-darwin-arm64.zip) **Instructions:** After downloading, unzip the file and drag the Goose.app to a location you prefer. The app is unsigned, so to run it run `xattr -r -d com.apple.quarantine '/path/to/Goose.app'` and then open the app