Quote:
Originally Posted by JSWolf
This is my kobopatch.yml file.
Code:
[ ... ]
files:
src/hyphenDicts/hyph_en.dic: usr/local/Kobo/hyphenDicts/hyph_en.dic
|
Not quite sure why I hadn't thought of this before, and I don't recall seeing it mentioned in the forums anywhere, but I was happy to discover that pointing to a source file outside the patch folder works just fine. I've now got this
Code:
files:
../../dictionaries/hyph_en.dic: usr/local/Kobo/hyphenDicts/hyph_en.dic
in my kobopatch.yaml file and I don't have to copy the hyphen dictionary into a new release of the Kobo patches.