Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure alby companion executable is executable #8

Closed
bumi opened this issue Jan 27, 2022 · 1 comment
Closed

Make sure alby companion executable is executable #8

bumi opened this issue Jan 27, 2022 · 1 comment

Comments

@bumi
Copy link
Contributor

bumi commented Jan 27, 2022

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
Copy link
Contributor Author

bumi commented Jan 28, 2022

latest tests seem to work.

@bumi bumi closed this as completed Jan 28, 2022
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

No branches or pull requests

1 participant