mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Allow underscores in the Windows installation path. Fixes #5467
This commit is contained in:
@@ -161,7 +161,7 @@ begin
|
||||
for I := 3 to Length(Path) do
|
||||
begin
|
||||
case Path[I] of
|
||||
'0'..'9', 'A'..'Z', '\', ' ', '.', '-', '(', ')':
|
||||
'0'..'9', 'A'..'Z', '\', ' ', '.', '-', '_', '(', ')':
|
||||
else
|
||||
begin
|
||||
Ret := False;
|
||||
|
Reference in New Issue
Block a user