jugyo / eeepub

EeePub is a Ruby ePub generator
MIT License
219 stars 61 forks source link

windows path error when invocating zip command #5

Open maner opened 13 years ago

maner commented 13 years ago

Hi under linux, eeepub looks working but, under windows the zip creation fails I presume it's due to the file path separator / instead of \ used when calling zip command. File.join always returns / as separator, even in windows. I think you must manually change it , if under windows, before executing the zip command