fxlauncher icon indicating copy to clipboard operation
fxlauncher copied to clipboard

deployApp error

Open mingchi21 opened this issue 5 years ago • 0 comments

When I run deployApp it end with error. like this

Execution failed for task ':deployApp'. scp -r /home/demo/JavaProjects/MyFxlauncher/build/fxlauncher/. [email protected]:www/fxlauncher exited with status 1

I have change scp command as following and run manually to get it work

scp -r /home/demo/JavaProjects/MyFxlauncher/build/fxlauncher/* [email protected]:www/fxlauncher

So, how to change scp parameter from /home/demo/JavaProjects/MyFxlauncher/build/fxlauncher/. to /home/demo/JavaProjects/MyFxlauncher/build/fxlauncher/*

mingchi21 avatar Dec 18 '19 04:12 mingchi21