Skip to content

Commit

Permalink
removed renaming italian language file, maybe was causing a crash on …
Browse files Browse the repository at this point in the history
…install
  • Loading branch information
scott brogden committed Sep 30, 2020
1 parent 519fee4 commit 38fad80
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions DittoSetup/DittoSetup_10.iss
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ procedure BeforeLanguageInstall();
var
sDir: String;
begin
sDir := ExpandConstant('{app}');
RenameFile(sDir+'\Language\Italian.xml', sDir+'\Language\Italian.xml.old')
end;
procedure CleanupOldFiles();
Expand Down

0 comments on commit 38fad80

Please sign in to comment.