v1.0.0 has bad deliverables/ExportIt.tar.gz
rdamazio opened this issue · 4 comments
rdamazio commented
It seems the latest release is fine in .zip format, but in .tar.gz format, the bundled deliverables/ExportIt.tar.gz file is truncated. (Do you even need that file in the release?)
From attempting to extract it:
...
x ./apper/docs/source/_static/addin_dialog.png: truncated gzip input
tar: Error exit delayed from previous errors.
rdamazio commented
(to be clear: this is the .tar.gz that goes inside the .tar.gz)
rdamazio commented
Ah, maybe you need a --exclude="deliberables
/ -x "deliverables/*"
in createExportItDeliverable.bash ?
WilkoV commented
Oh - I never noticed that. I guess I've to check my deliver script. I'm unsure if I need this. I had Apple users in mind for this.
rdamazio commented
I'm an Apple user, in case you need me to test anything. I just deleted the deliverables directory from my installed add-in, and everything seems to still be working.