ag:server_side_functionality
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ag:server_side_functionality [2026/01/21 16:18] – external edit 127.0.0.1 | ag:server_side_functionality [2026/03/21 15:50] (current) – Added segment about virtual packages. wahplus | ||
|---|---|---|---|
| Line 53: | Line 53: | ||
| * ``files`` is a list of files that will be downloaded when installing your package relative to the ``mainDirectory`` (optional); | * ``files`` is a list of files that will be downloaded when installing your package relative to the ``mainDirectory`` (optional); | ||
| * ``directories`` is a list of directories that will be created when installing your package relative to the ``mainDirectory`` (optional); | * ``directories`` is a list of directories that will be created when installing your package relative to the ``mainDirectory`` (optional); | ||
| - | * ``config`` is a list of config files for your package. They will be created upon installation, | + | * ``config`` is a list of config files for your package. They will be created upon installation, |
| * ``scripts`` is for scripts that will be run before/ | * ``scripts`` is for scripts that will be run before/ | ||
| * ``pre-install`` is the path of the script that will be run before installing/ | * ``pre-install`` is the path of the script that will be run before installing/ | ||
| Line 72: | Line 72: | ||
| } | } | ||
| </ | </ | ||
| + | |||
| + | And there are also virtual packages, which act the same as groups except you pick one package instead of installing all of them. They are made the same way as groups, just with ``type`` set to ``virtual-package``. | ||
| //Note that you may only use lowercase letters, numbers and dashes (``-``) in group names.// | //Note that you may only use lowercase letters, numbers and dashes (``-``) in group names.// | ||
ag/server_side_functionality.1769012322.txt.gz · Last modified: by 127.0.0.1
