File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -487,6 +487,15 @@ property. Instead of a symlink this also often a script like:
487487 The ``subdir `` directory comes from the contents of the extracted snap
488488and how that is installed.
489489
490+ .. note ::
491+
492+ Note that variables like ``$FLATPAK_DEST `` are not available in the
493+ runtime sandbox or in the sandbox where ``apply_extra `` is executed
494+ when installing the Flatpak.
495+
496+ Please avoid using them when creating the script in the manifest
497+ as this will be incorrectly expanded.
498+
490499The commands needed to extract the snap are specified in the ``apply_extra ``
491500script. These can be any shell commands that run when installing the
492501Flatpak package but note that it won't have access to anything outside
You can’t perform that action at this time.
0 commit comments