mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-21 16:27:39 -06:00
Fix the runtime search path when running in a Mac App Bundle
This commit is contained in:
parent
e522ebbcca
commit
c8406a5994
@ -85,7 +85,7 @@ bool Server::Init()
|
||||
QStringList paths;
|
||||
paths.append("../web/"); // Linux source tree
|
||||
paths.append("../../web/"); // Windows source tree
|
||||
paths.append("../../../../web/"); // Mac source tree (in the app bundle)
|
||||
paths.append("../Resources/web/"); // Mac source tree (in the app bundle)
|
||||
paths.append(settings.value("ApplicationPath").toString()); // System configured value
|
||||
paths.append(""); // Should be last!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user