|
I simply did a copy and paste using the examples in the framework guide and Sigil doesn't like the zip file.
When zipping the files I used: zip -r ../demo.zip . -x "*.DS_Store" in the terminal and
unzip -l demo.zip reports
Archive: demo.zip
Length Date Time Name
--------- ---------- ----- ----
313 03-17-2026 14:50 plugin.xml
479 03-17-2026 14:53 plugin.py
--------- -------
792 2 files
Any other suggestions?
|