We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927f349 commit e63265cCopy full SHA for e63265c
1 file changed
Setup.iss
@@ -198,7 +198,7 @@ begin
198
199
if FileExists(Src) then
200
begin
201
- if not FileExists(Dest) or not CompareFileDateTime(Src, Dest, 0) then
+ if not FileExists(Dest) then
202
203
FileCopyResult := FileCopy(Src, Dest, True);
204
if not FileCopyResult then
@@ -214,7 +214,7 @@ begin
214
215
216
217
218
219
220
0 commit comments