Skip to content

Commit 1913e4e

Browse files
committed
Fix: IDF tools PATH was updated to be not allowed to pass with spaces
1 parent fc7aec6 commit 1913e4e

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)