fxlauncher
fxlauncher copied to clipboard
deployApp error
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/*