Index: runtime/Server.cpp
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- runtime/Server.cpp	(revision 99a72e529b5e38f92c9f5d091dc599c86eb8cb98)
+++ runtime/Server.cpp	(date 1585918311044)
@@ -303,9 +303,9 @@
         QDir dir;
 
         if (paths[i].startsWith('/'))
-            dir = paths[i];
+            dir.setPath(paths[i]);
         else
-            dir = QCoreApplication::applicationDirPath() + "/" + paths[i];
+            dir.setPath(QCoreApplication::applicationDirPath() + "/" + paths[i]);
 
         m_appfile = dir.canonicalPath() + "/pgAdmin4.py";
 
