blueb wrote: Fri Jul 26, 2024 4:12 pm Hi Kulrom
I'll having issues with 6.11 LTS (x64) on line 347
Apparently some changes in: AddPackMemory(zip_out, 0, 0, entry_name$)
Doesn't seem to like zeros
Hi, blueb!
I haven't installed version 6.11 yet. I'm using version 6.10. New versions are coming out too often

My mistake was here: instead of AddPackMemory(zip_out, 0, 0, entry_name$) I needed to use the more suitable function AddPackDirectory(zip_out, entry_name$) to create directories inside the archive.
Apparently, something changed in Packer Library in 6.11. Everything should be fine with AddPackDirectory().
I posted a new version of the module in the topic.