Skip to content

Commit f4d0f60

Browse files
committed
Fixed json syntax
1 parent 3ca59a2 commit f4d0f60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Delphinus.Install.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"search_pathes":
33
[
44
{
5-
"pathes": "PythonForDelphi\\Components\\Sources\Core",
5+
"pathes": "PythonForDelphi\\Components\\Sources\\Core",
66
"platforms": "Win32;Win64"
77
}
88
],
99

1010
"browsing_pathes":
1111
[
1212
{
13-
"pathes": "PythonForDelphi\\Components\\Sources\Core",
13+
"pathes": "PythonForDelphi\\Components\\Sources\\Core",
1414
"platforms": "Win32;Win64"
1515
}
1616
],

0 commit comments

Comments
 (0)