getAlby / alby-installer-macos

GNU General Public License v3.0
6 stars 1 forks source link

Make sure alby companion executable is executable #8

Closed bumi closed 2 years ago

bumi commented 2 years ago

In a build that we did the alby exectuable was not executable:

trying to run it from the terminal gave me:

» /Applications/Alby.app/Contents/Resources/alby
zsh: permission denied: /Applications/Alby.app/Contents/Resources/alby

after doing a chmod +x it worked

» chmod +x /Applications/Alby.app/Contents/Resources/alby

We probably have to make sure that the packaged alby file is chmod +x before building

bumi commented 2 years ago

latest tests seem to work.