2021-08-12 17:36:22 +02:00
|
|
|
# Zip Packaging
|
|
|
|
|
|
|
|
With zip packaging, the AddonScript file and the associated files are contained in
|
|
|
|
a zip file. The AddonScript file has to be called `addon.json` and can either be placed
|
|
|
|
at the root of the zip file or, if there is just one directory in the root of the zip file,
|
|
|
|
in this directory. All files and directories inside the zip file can be accessed from AddonScript
|
2022-02-26 12:27:59 +01:00
|
|
|
using the [file links](../concepts/links.md#file). The path from the file URL is relative to the location of
|
2021-08-12 17:36:22 +02:00
|
|
|
the AddonScript file.
|