Skip to content

Commit

Permalink
Updated due to Inno Setup required change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Timthreetwelve committed Jan 13, 2025
1 parent ff4cb54 commit 4143ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WUView/Inno_Setup/WUViewEx.iss
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ begin
logfilepathname := ExpandConstant('{log}');
newfilepathname := ExpandConstant('{app}\') + 'Setup_Log.txt';
Log('Setup log file copied to: ' + newfilepathname);
FileCopy(logfilepathname, newfilepathname, False);
CopyFile(logfilepathname, newfilepathname, False);
end;
end;
Expand Down

0 comments on commit 4143ac2

Please sign in to comment.