11-28-2025, 09:27 AM
(11-26-2025, 11:32 PM)CowboyJoe Wrote: I found the error.
Gitlab exports the zip file as
plugin-py-extract-all-main.
You have to rename the folder to
plugin-py3-extract-all. Then it is working.
I could not find a way on Gitlab to give it the proper name in the first place.
The problem does not occur when using git.
It is a better idea to provide a .ZIP instead of relying on Gitlab. Everyone can unpack a ZIP, using Git is a developer skill. Also, the ZIP format will preserve the executable bit if set so your Linux/OSX users won't have to set it after unpacking.


