Good afternoon (o;
For making life a little easier I found this script on this forum to be used after the building a Linux app on macOS:
Var result As String
Var BuildsFolder As string = CurrentBuildlocation
Var command As String
command = "cp -r " + BuildsFolder + "/Volumes/xojoshare"
result = DoShellCommand(command)
Though the application is not copied over to the samba share.
When doing the copy from terminal it works fine though.
Is CurrentBuildLocation wrong?
thanks in advance
richard
3 posts - 2 participants