mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
a684b48fb3
Code is split into pkg/debian for the Debian/Ubuntu specific parts, and pkg/linux for generic code that can be used on other distros. Tested on Debian 10 and Ubuntu 18.04 at present.
6 lines
112 B
Python
6 lines
112 B
Python
HELP_PATH = '../../../share/docs/en_US/html/'
|
|
DEFAULT_BINARY_PATHS = {
|
|
'pg': '/usr/bin',
|
|
'ppas': ''
|
|
}
|