Skip to content

Commit e63265c

Browse files
Update Setup.iss
1 parent 927f349 commit e63265c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Setup.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ begin
198198
199199
if FileExists(Src) then
200200
begin
201-
if not FileExists(Dest) or not CompareFileDateTime(Src, Dest, 0) then
201+
if not FileExists(Dest) then
202202
begin
203203
FileCopyResult := FileCopy(Src, Dest, True);
204204
if not FileCopyResult then
@@ -214,7 +214,7 @@ begin
214214
215215
if FileExists(Src) then
216216
begin
217-
if not FileExists(Dest) or not CompareFileDateTime(Src, Dest, 0) then
217+
if not FileExists(Dest) then
218218
begin
219219
FileCopyResult := FileCopy(Src, Dest, True);
220220
if not FileCopyResult then

0 commit comments

Comments
 (0)