Closed adanvdo closed 2 years ago
when attempting to update from v1.0.1.11 to 1.0.1.12, the updater fails to create the post-update batch file that cleans up locked files.
This looks to be caused by a null reference in the case where there are no locked files and the list of locked files is null. I have changed this so it now is an empty list instead of null in that situation.
when attempting to update from v1.0.1.11 to 1.0.1.12, the updater fails to create the post-update batch file that cleans up locked files.