You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
So, how to change scp parameter from /home/demo/JavaProjects/MyFxlauncher/build/fxlauncher/.
to /home/demo/JavaProjects/MyFxlauncher/build/fxlauncher/*
The text was updated successfully, but these errors were encountered:
When I run deployApp it end with error. like this
I have change scp command as following and run manually to get it work
So, how to change scp parameter from
/home/demo/JavaProjects/MyFxlauncher/build/fxlauncher/.
to
/home/demo/JavaProjects/MyFxlauncher/build/fxlauncher/*
The text was updated successfully, but these errors were encountered: