Closed Bajger closed 10 months ago
Describe the bug Scripts to run Pharo Launcher aren't executable by default: pharo-launcher and pharo-launcher-ui
pharo-launcher
pharo-launcher-ui
To Reproduce Steps to reproduce the behavior:
./pharo-launcher help
bash: ./pharo-launcher: Permission denied
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.
chmod
After a fresh git clone, both scripts have execution permissions. It looks loke github artifact archive loose these permissions: https://github.com/actions/upload-artifact/issues/38
Describe the bug Scripts to run Pharo Launcher aren't executable by default:
pharo-launcher
andpharo-launcher-ui
To Reproduce Steps to reproduce the behavior:
./pharo-launcher help
bash: ./pharo-launcher: Permission denied
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
chmod
to set executable flag on both scripts.