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

Fix copy of MobileApp.app build file after creation #910

Closed yyosifov closed 7 years ago

yyosifov commented 7 years ago

When the --copy-to flag in the CLI is set, we use the CopyFile method from FileSystem to copy the built file - AppName.app to the destination. Mac OS resolves this file as a directory in the terminal and the cp command fails with "omitting directory" because it's missing the -R flag.

justcodebuilduser commented 7 years ago

:heart: