mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-23 15:44:44 +00:00
Uninstall optional log files on Windows.
This commit is contained in:
parent
0c10ee858e
commit
727f318344
1 changed files with 5 additions and 0 deletions
5
setup.py
5
setup.py
|
|
@ -506,6 +506,11 @@ class InnoScript:
|
|||
print >> ofi, '[Registry]'
|
||||
print >> ofi, r'Root: HKCU; Subkey: "Software\Bastian\LinkChecker"; Flags: uninsdeletekey'
|
||||
print >> ofi
|
||||
# Uninstall optional log files
|
||||
print >> ofi, '[UninstallDelete]'
|
||||
print >> ofi, r'Type: files; Name: "{pf}\linkchecker*.exe.log"'
|
||||
print >> ofi
|
||||
|
||||
|
||||
def compile(self):
|
||||
"""Compile Inno script."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue