mmozeiko / RcloneBrowser

Simple cross platform GUI for rclone
https://mmozeiko.github.io/RcloneBrowser
The Unlicense
1.31k stars 413 forks source link

fixed missing leading / in path (required for some SFTP servers) #123

Open rymut opened 6 years ago

rymut commented 6 years ago

As for rsync documentation: "Note that some SFTP servers will need the leading / - Synology is a good example of this", forcing adding leading / to the path.

CMakeLists.txt was modified to work with any modern MSVC compiler, bootstrap was also changed to work with any CMake and QT as stated in qt documentation.

rymut commented 6 years ago

It would seem that AppVeyor does not have Qt installed for some reason.