Quote:
Originally Posted by jackie_w
Your question is far too vague. Did you actually read the help notes about "additional files" included in kobopatch.yaml?
If so, what did you try and what didn't work, exactly?
|
Quote:
Originally Posted by JSWolf
For the last two lines of kobopatch.yaml, this is what I have.
Code:
files:
C:\Download\Kobo\Hyphenation/hyphenDicts/hyph_en.dic: usr/local/Kobo/hyphenDicts/hyph_en.dic
|
This what i have on my kobopatch.yaml
Code:
## ADDITIONAL FILES ##
# Uncomment the following to add additional files to the tgz (like init scripts or hyphen dicts)
# The files will be root-owned, and world readable, writable, and executable (0777)
# files:
# src/whatever.txt: usr/local/Kobo/whatever.txt
# src/whateverToPutInMultiplePlaces.txt:
# - usr/local/Kobo/location1.txt
# - usr/local/Kobo/location2.txt
Do i have to put the dictionary in the src folder of the patch files and type it's directory like:
files:
src/kobofiles/custom-dict/dicthtml-es-en.zip
or the dictionary could be anywhere in my PC, i just have to indicate its directory?
Thank you