noteflakes-music/lyp

Adding Apple Silicon support for the installer script

Opened this issue · 1 comments

Hello!
the release version works for Apple Silicon as well, but the installer script only works for Intel based machine.
You could add

"Darwin arm")
    RELEASE_FILE="lyp-$LYP_VERSION-osx"
    ;;

as a case for letting arm users to use the installer script.
Thank you!

Hi, I'm not working on this project anymore. Would you like to take over? Even if not, you can always submit a PR. Thanks!