Ultimaker / cura-build-environment

CMake project to build dependencies for Cura
GNU Affero General Public License v3.0
24 stars 55 forks source link

Fix AppRun permissions #140

Closed probonopd closed 2 years ago

probonopd commented 2 years ago

Need 0755 on AppRun. Is this correctly translated to FILE_PERMISSIONS WORLD_READ WORLD_EXECUTE OWNER_WRITE?

Reference:

jellespijker commented 2 years ago

Hi @probonopd

Thank you for your contribution.

As far as I understand it you would need to set:

OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE

for 0755 If you can apply this fix today I might be able to merge it before our stable release.

probonopd commented 2 years ago

Thanks @jellespijker, made the change.

jellespijker commented 2 years ago

Thank you for your contribution