telerik / mobile-cli-lib

Contains common infrastructure for CLIs - mainly AppBuilder, NativeScript, DDB and Proton.
Apache License 2.0
11 stars 10 forks source link

Chmod parent dirs when syncing files on Android #943

Closed petekanev closed 7 years ago

petekanev commented 7 years ago

Pushing files as part of the livesync procedure on Android doesn't always update parent directories' permissions on the device unless the changes require a rebuild of the application, at which point they will be included in a list of files and directories to be chmod`d.

I propose that files being pushed in that temporary directory always have their parent's permissions explicitly set to 777 to allow their removal when necessary.

justcodebuilduser commented 7 years ago

:heart:

justcodebuilduser commented 7 years ago

:heart: