mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 12:54:42 +00:00
Fix UninstallDelete entry for InnoSetup.
This commit is contained in:
parent
b669d34073
commit
08a026e1f0
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -508,7 +508,7 @@ class InnoScript:
|
|||
print >> ofi
|
||||
# Uninstall optional log files
|
||||
print >> ofi, '[UninstallDelete]'
|
||||
print >> ofi, r'Type: files; Name: "{pf}\linkchecker*.exe.log"'
|
||||
print >> ofi, r'Type: files; Name: "{pf}\%s\linkchecker*.exe.log"' % self.name
|
||||
print >> ofi
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue