mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 21:04:41 +00:00
Remove all logs on uninstall in Windows.
This commit is contained in:
parent
20901f089e
commit
46db833759
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
|
@ -751,7 +751,9 @@ class InnoScript:
|
|||
print(file=fd)
|
||||
# Uninstall optional log files
|
||||
print('[UninstallDelete]', file=fd)
|
||||
print(r'Type: files; Name: "{pf}\%s\linkchecker*.exe.log"' % self.name, file=fd)
|
||||
for path in (self.windows_exe_files + self.console_exe_files):
|
||||
exename = os.path.basename(path)
|
||||
print(r'Type: files; Name: "{pf}\%s\%s.log"' % (self.name, exename), file=fd)
|
||||
print(file=fd)
|
||||
|
||||
def compile (self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue