mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-24 18:00:24 +00:00
comment doc link
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1715 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
3946484c1d
commit
df3d157864
1 changed files with 5 additions and 5 deletions
|
|
@ -52,11 +52,11 @@ def do_install ():
|
|||
create_shortcut(pythonw, "Check URL", path, arguments)
|
||||
file_created(path)
|
||||
|
||||
target = os.path.join(lib_dir,
|
||||
"PythonCard\\docs\\html\\index.html")
|
||||
path = os.path.join(dest_dir, "Documentation.lnk")
|
||||
create_shortcut(target, "Documentation", path)
|
||||
file_created(path)
|
||||
#target = os.path.join(lib_dir,
|
||||
# "PythonCard\\docs\\html\\index.html")
|
||||
#path = os.path.join(dest_dir, "Documentation.lnk")
|
||||
#create_shortcut(target, "Documentation", path)
|
||||
#file_created(path)
|
||||
|
||||
target = os.path.join(sys.prefix, "RemoveLinkChecker.exe")
|
||||
path = os.path.join(dest_dir, "Uninstall LinkChecker.lnk")
|
||||
|
|
|
|||
Loading…
Reference in a new issue