Skip to content

Fix macOS setup: remove unsupported xattr -r option - #24

Open
bachjessen wants to merge 2 commits into
ProducerGuy:mainfrom
bachjessen:fix/setup-xattr-macos
Open

Fix macOS setup: remove unsupported xattr -r option#24
bachjessen wants to merge 2 commits into
ProducerGuy:mainfrom
bachjessen:fix/setup-xattr-macos

Conversation

@bachjessen

Copy link
Copy Markdown

Fix macOS setup script xattr usage

setup.sh was using xattr -cr, which fails on macOS because xattr does not support -r.

This change:

  • uses sudo xattr -c .build/release/thermalforge
  • clears xattrs recursively on ThermalForge.app with find ... -exec xattr -c {} +

That keeps the install flow working on macOS without the invalid xattr flag.

At least that is the case for my mac m1 pro on macos golden gate beta 2

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.

2 participants