Ratamorph
Ratamorph
That sounds great, here's the correct lines: #elif PLATFORM_MAC const char* PlasticExe = "/Applications/PlasticSCM.app/Contents/MacOS/macplasticx"; const char* GluonExe = "/Applications/Gluon.app/Contents/MacOS/macgluonx"; DesktopAppPath = FPlasticSourceControlModule::Get().GetProvider().IsPartialWorkspace() ? GluonExe : PlasticExe; My compiler (Rider) was...
Here's some errors I get on the log LogSourceControl: Error: RunCommand: 'checkconnection --server=OUR_SERVER' 'cm shell' stopped after 0.035s output (87 chars): Error: The process cannot access the file because it...
Here's where the cm tool is located Maybe it's that Path to cm? not sure what it should be