qt6windows7/coin/instructions/prepare_install_dir_suffix_host.yaml

17 lines
402 B
YAML
Raw Normal View History

2023-10-30 06:33:08 +08:00
type: Group
instructions:
- type: EnvironmentVariable
variableName: INSTALL_DIR_SUFFIX
variableValue: "/host"
disable_if:
condition: property
property: host.os
equals_value: Windows
- type: EnvironmentVariable
variableName: INSTALL_DIR_SUFFIX
variableValue: "\\host"
enable_if:
condition: property
property: host.os
equals_value: Windows