prenagha / launchbar

LaunchBar Actions
https://renaghan.com/launchbar/
Apache License 2.0
182 stars 13 forks source link

Path to SwitchAudioSource command #16

Closed sealfur closed 3 years ago

sealfur commented 3 years ago

Not sure if this is true for all, but I think it might be the default scenario on Mac OS 11:

I needed to adjust line 2 to read:

CMD=/opt/homebrew/bin/SwitchAudioSource

Default paths seem to have changed.

(also, thanks for making this)

Joilence commented 3 years ago

@sealfur According to Installation — Homebrew Documentation:

This script installs Homebrew to its preferred prefix (/usr/local for macOS Intel, /opt/homebrew for Apple Silicon)

The path change on your side is probably due to you are using an Apple Silicon Mac (Mac with M1).

prenagha commented 3 years ago

Merged and bumped version number on the action. Thanks all.

sealfur commented 3 years ago

@sealfur According to Installation — Homebrew Documentation:

This script installs Homebrew to its preferred prefix (/usr/local for macOS Intel, /opt/homebrew for Apple Silicon)

The path change on your side is probably due to you are using an Apple Silicon Mac (Mac with M1).

Busy couple of weeks. Sorry, @Joilence . I am using Silicon Mac. It's causing me just some mild annoyance. Thanks for updating and merging etc.