addonscript-spec/docs/packaging/zip.md
2022-09-12 14:54:05 +02:00

7 lines
423 B
Markdown

# Zip Packaging
With zip packaging, the AddonScript file and the associated files are contained in
a zip file. The AddonScript file MUST be named `manifest.json` and MUST be placed
at the root of the zip file. All files and directories inside the zip file can be
accessed from AddonScript using the [file links](../concepts/links.md#file).
The path from the file URL is relative to the location of the AddonScript file.