Skip to content

Commit 1f5764b

Browse files
authored
Merge pull request #240 from espressif/fix/tools_path_with_spaces
Fix: IDF tools PATH was updated to be not allowed to pass with spaces
2 parents 6f9d30a + 1913e4e commit 1f5764b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/InnoSetup/Pages/IdfPage.iss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ begin
177177
begin
178178
MessageBox(CustomMessage('SpacesInPathNotSupported') + #13#10 +
179179
CustomMessage('ChooseDifferentDirectory'), mbError, MB_OK);
180+
Result := False;
180181
exit;
181182
end;
182183

0 commit comments

Comments
 (0)