Skip to content

Fix branded desktop artifact paths - #11

Merged
earayu merged 1 commit into
mainfrom
codex/fix-branded-desktop-paths
May 24, 2026
Merged

Fix branded desktop artifact paths#11
earayu merged 1 commit into
mainfrom
codex/fix-branded-desktop-paths

Conversation

@earayu

@earayu earayu commented May 24, 2026

Copy link
Copy Markdown
Collaborator

Why

Changing the Desktop product name to ApeMind Agent changed Electron Forge output directories to ApeMind Agent-*. The release workflows still looked for Goose-* output paths, which broke the unsigned macOS Desktop PoC jobs and could also break Windows packaging.

What

  • Sets GOOSE_BUNDLE_NAME=ApeMind Agent in both macOS bundle workflows so the package scripts generate branded app bundles and zip names consistently.
  • Updates macOS artifact upload and quick-launch paths to ApeMind Agent-darwin-* / ApeMind Agent.app.
  • Updates the Windows flat distribution copy step to read from ApeMind Agent-win32-x64 while keeping the executable and zip artifact name as Goose for the deferred CLI/executable rename.
  • Allows release provenance/release upload patterns to include ApeMind Agent*.zip macOS assets.
  • Updates PR/release branch manual quarantine instructions to reference ApeMind Agent.app.

Validation

  • git diff --check
  • Grep confirmed no remaining release-critical hardcoded out/Goose-darwin*, Goose.app, Goose.zip, Goose_intel_mac, or out/Goose-win32 workflow paths.

@earayu
earayu merged commit dd08ce1 into main May 24, 2026
16 checks passed
@earayu
earayu deleted the codex/fix-branded-desktop-paths branch May 24, 2026 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant