Open lvk88 opened 2 months ago
@lvk88 You can simply unzip with a directory name
unzip lib3mf-2.3.2-source-with-submodules.zip -d lib3mf-2.3.2
You can give any directory name with -d
option
Thanks @vijaiaeroastro for the quick answer.
3MFConsortium could also zip the file in a way that is consistent with the other archives on the releases page. 😈
Edit:
but bad jokes aside, why I see this as an issue is that in the project where lib3mf 2.2.0 have been used so far, I recently tried to update to 2.3.2 by changing the name of the zip that is to be downloaded from the releases page. Sadly, this didn't work, because 2.2.0 was packed in a different way than lib3mf-2.3.2-source-with-submodules.zip . It's not a huge issue, though. I thought that it might be worth pointing out.
@vijaiaeroastro Already fixed. Check and see if it works as expected.
Thanks @vijaiaeroastro for the quick answer.
3MFConsortium could also zip the file in a way that is consistent with the other archives on the releases page. 😈
Edit:
but bad jokes aside, why I see this as an issue is that in the project where lib3mf 2.2.0 have been used so far, I recently tried to update to 2.3.2 by changing the name of the zip that is to be downloaded from the releases page. Sadly, this didn't work, because 2.2.0 was packed in a different way than lib3mf-2.3.2-source-with-submodules.zip . It's not a huge issue, though. I thought that it might be worth pointing out.
This artifact was created for internal purposes. I see that it is actually useful for lib3mf users too. So, we will be more consistent in future. Thanks for your report. Much appreciated :)
@vijaiaeroastro thanks a lot for the quick fix!
@lvk88 No issues. I use MeshLab quite a lot in my day-to-day work. I would be happy to assist in getting lib3mf working in MeshLab. Feel free to create any issues / queries.
Issue
Downloading and extracting lib3mf-2.3.2-source-with-submodules.zip from the releases page will put all the contents of the zip file in the same folder as the zip file itself.
This is inconsistent with how the zip file for the source code is compressed. This file extracts itself into a subfolder, which, in my opinion is the correct behavior.
Steps to reproduce
The output of
ls
will beCompare this to the standard source code zip:
Detected this issue while working on cnr-isti-vclab/meshlab/pull/1521