selfboot / html2Dash

Generate a docset from any HTML documentations. Written in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom icon is not copied to the docset destination path (fixed in #8)

neoh4x0r opened this issue · comments

If a custom icon is used, the script (html2dash.py) is unable to copy the icon into the given destination path.

This is fixed by prefixing the icon path with the destination (it also makes it conform to the existing code-style, where other paths have been prefixed with the destination).

This issue is fixed by PR #8

I am closing this issue since PR #8 was merged.