-
Notifications
You must be signed in to change notification settings - Fork 62
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
Binary does not have an execute permission by default #97
Comments
It's required as binary does not have an execute permission by default develar/app-builder#97
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
I'm actually still trying to fix this. It seems that the executable permissions get removed on upload? I added this to the build script and the executable still didn't keep the permission set Line 43 in b431059
|
Fixed in https://github.com/develar/app-builder/releases/tag/v5.0.0-alpha.1 pnpm requires |
@mmaietta thanks |
After update from
4.1.0
to4.2.0
I facedPermission denied
Looks like binaries do not have an execute permission by default
after
fs.chmodSync(appBuilderPath, '755')
orsudo chmod +x
it works as expectedLogs:
The text was updated successfully, but these errors were encountered: