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

Scripts to run Pharo Launcher aren't executable by default #641

Closed
Bajger opened this issue Jan 12, 2024 · 1 comment
Closed

Scripts to run Pharo Launcher aren't executable by default #641

Bajger opened this issue Jan 12, 2024 · 1 comment
Labels

Comments

@Bajger
Copy link
Member

Bajger commented Jan 12, 2024

Describe the bug
Scripts to run Pharo Launcher aren't executable by default: pharo-launcher and pharo-launcher-ui

To Reproduce
Steps to reproduce the behavior:

  1. Go to directory with deployed launcher package.
  2. Execute e.g.: ./pharo-launcher help
  3. See error: bash: ./pharo-launcher: Permission denied
  4. Same for pharo-launcher-ui

Expected behavior
Both executable scripts should be set to be executable by default.

Screenshots
If applicable, add screenshots to help explain your problem.

Version information:

Expected development cost
Add chmodto set executable flag on both scripts.

@demarey
Copy link
Contributor

demarey commented Jan 15, 2024

After a fresh git clone, both scripts have execution permissions.
It looks loke github artifact archive loose these permissions: actions/upload-artifact#38

@demarey demarey reopened this Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants