Assets with execute permission

I need to run some program by node exec and want to add the file to the project.

When I build or run the project, the program in the /private is copied into the build location and the permission is changed like r/r/r stuff all the time, so I need to change it by ‘chmod’ by myself.

I think that including 3rd program in the project wouldn’t be a good idea, but I want to know what kind of deal is possible in this situation.

1 Like