Make sure HexChat won't run in portable mode if the user doesn't select it

This commit is contained in:
Berke Viktor 2012-09-01 16:50:48 +02:00
parent c1dde82389
commit c563d70aed
2 changed files with 2 additions and 0 deletions

View File

@ -260,6 +260,7 @@ begin
begin
UnInstallOldVersion();
end;
DeleteFile(ExpandConstant('{app}\portable-mode'));
end;
end;
end;

View File

@ -261,6 +261,7 @@ begin
begin
UnInstallOldVersion();
end;
DeleteFile(ExpandConstant('{app}\portable-mode'));
end;
end;
end;