Skip to content

Commit

Permalink
Merge pull request #240 from espressif/fix/tools_path_with_spaces
Browse files Browse the repository at this point in the history
Fix: IDF tools PATH was updated to be not allowed to pass with spaces
  • Loading branch information
jakub-kocka authored Apr 16, 2024
2 parents 6f9d30a + 1913e4e commit 1f5764b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/InnoSetup/Pages/IdfPage.iss
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ begin
begin
MessageBox(CustomMessage('SpacesInPathNotSupported') + #13#10 +
CustomMessage('ChooseDifferentDirectory'), mbError, MB_OK);
Result := False;
exit;
end;
Expand Down

0 comments on commit 1f5764b

Please sign in to comment.