Skip to content

Commit 416eea5

Browse files
json constant
1 parent dda5f21 commit 416eea5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Source/Core/BE.Model.pas

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ interface
77
System.Generics.Collections,
88
System.SysUtils,
99
System.IniFiles,
10+
BE.Constants,
1011
BE.Helpers.Json,
1112
ToolsAPI;
1213

@@ -108,7 +109,7 @@ class function TBEModel.LoadDependencies(Project: IOTAProject): TBEModel;
108109
begin
109110
result := TBEModel.create;
110111
try
111-
jsonFile := ExtractFilePath(Project.FileName) + 'boss.json';
112+
jsonFile := ExtractFilePath(Project.FileName) + BOSS_JSON;
112113
if not FileExists(jsonFile) then
113114
exit;
114115

0 commit comments

Comments
 (0)