Snog
Well-known member
- Affected version
- 2.0 Beta 3
If you build an add-on with this type of additional files to be included in build.json, anything beyond the "a" level is not being included in the built zip file.
In this case anything in '.../a/0..' is not being included in the zip.
EDIT: More info..
The hashes for the files are showing up in hashes.json.
From what I can tell, !info['filename'] in releasebuilder is preventing the 0 directory from being added to the zip.
Code:
"additional_files": ["data/groups/index.html",
"data/groups/CategoryBanners/index.html",
"data/groups/CategoryBanners/a/index.html",
"data/groups/CategoryBanners/a/0/index.html",
"data/groups/CategoryBanners/a/0/0-a56cac8089842afefa096c6e452b6891.png",
.....
In this case anything in '.../a/0..' is not being included in the zip.
EDIT: More info..
The hashes for the files are showing up in hashes.json.
Code:
"data/groups/CategoryBanners/a/0/0-a56cac8089842afefa096c6e452b6891.png": "de608b7eb73705d4d15afd8fedac0cf015a6d59fb14bff104ce1c7a353ae9830",
"data/groups/CategoryBanners/a/0/index.html": "36a9e7f1c95b82ffb99743e0c5c4ce95d83c9a430aac59f84ef3cbfab6145068",
From what I can tell, !info['filename'] in releasebuilder is preventing the 0 directory from being added to the zip.
Last edited: