mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-21 16:27:39 -06:00
Fixed paths for Flatpak broken after Electron changes. #7793
This commit is contained in:
parent
fb0022923a
commit
ba3deb5b9b
@ -46,6 +46,7 @@ export const getAppPaths = (basePath) => {
|
||||
if (insideFlatpak()) {
|
||||
pythonPath = '/usr/bin/python';
|
||||
pgadminFile = '/app/pgAdmin4/web/pgAdmin4.py';
|
||||
return [pythonPath, pgadminFile];
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user