Workspace 6.21.5
PackageEnvironmentVariableItem

Represents appending to a system-wide environment variable as part of an install process. Users can use the string "$INSTDIR" (without quotes) to use the path to the package's final install directory (e.g. Name=PATH, Value=$INSTDIR/bin would add $INSTDIR/bin to the PATH environment variable when the package is installed.

  • Default label: "Package environment variable"
  • Member of plug-in: Package
  • Catalogue path: Packaging
Inputs:
Include in packagebool

Variable nameQString

Variable valueQString

The value to append to the system-wide environment variable specified in the Name input. Use the string "$INSTDIR" (without quotes) to refer to the package installation directory.

Outputs:
Package itemCSIRO::Package::PackageItem