h5p / moodle-mod_hvp

H5P Plugin for Moodle
GNU General Public License v3.0
131 stars 168 forks source link

Latest release has a __MACOSX directory in zip file #537

Open micaherne opened 5 months ago

micaherne commented 5 months ago

The zip file of the latest release downloadable from the Moodle plugin directory (2023122500) has a __MACOSX directory at top level in addition to the hvp directory.

This causes issues with Moodle, in particular with the unit test component_test::test_get_plugin_list, which fails.

abautu commented 5 months ago

It also breaks composer (I use composer to manage Moodle dependencies). Due to the __MACOSX directory, the plugin is installed into moodle/mod/hvp/hvp/ (instead of moodle/mod/hvp/).