We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d71247 commit 33b10ddCopy full SHA for 33b10dd
packaging/innosetup/installer.iss
@@ -62,5 +62,5 @@ begin
62
if Pos(';' + UpperCase(AppDir) + ';', ';' + UpperCase(OrigPath) + ';') > 0 then
63
Result := False
64
else
65
- Result := True;
+ Result := True
66
end
0 commit comments