I use the following code to produce the ebook:
Code: Select all
get shell ("zip -q0X ROE.epub mimetype")
get shell ("zip -qXr9D ROE.epub *")
However, when validating it, I get the warning error, "Item 'OEBPS/images/.DS_Store' exists in the EPUB, but is not declared in the OPF manifest." This, of course, refers to a hidden MacOS system file.
When I create the epub outside of LiveCode, but making use of the same source files, using the app "ePub Zip-Unzip 3.0," on the other hand, no such waring is displayed.
Is there a way I can create the epub with LiveCode without generating the .DS_Store file?