Skip to content

Commit

Permalink
Fixed paths for Flatpak broken after Electron changes. #7793
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatoshniwal committed Aug 12, 2024
1 parent fb00229 commit ba3deb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/src/js/misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ba3deb5

Please sign in to comment.