open-source

Modify VIPB Display Info ๐Ÿ“

Execute ModifyVIPBDisplayInfo.ps1 to merge metadata into a .vipb file before packaging.

Inputs

Name Required Example Description
supported_bitness Yes 64 Target LabVIEW bitness.
relative_path Yes $ Repository root path.
vipb_path Yes Tooling/deployment/NI Icon editor.vipb Path to the VIPB file.
minimum_supported_lv_version Yes 2021 LabVIEW major version.
labview_minor_revision No (defaults to 3) 3 LabVIEW minor revision.
major Yes 1 Major version component.
minor Yes 0 Minor version component.
patch Yes 0 Patch version component.
build Yes 1 Build number component.
commit Yes abcdef Commit identifier.
release_notes_file Yes Tooling/deployment/release_notes.md Release notes file.
display_information_json Yes '{}' JSON for display information.

Quick-start

- uses: ./.github/actions/modify-vipb-display-info
  with:
    supported_bitness: 64
    relative_path: $
    vipb_path: Tooling/deployment/NI Icon editor.vipb
    minimum_supported_lv_version: 2024
    major: 1
    minor: 0
    patch: 0
    build: 1
    commit: $
    release_notes_file: Tooling/deployment/release_notes.md
    display_information_json: '{}'

See also: docs/actions/modify-vipb-display-info.md

License

This directory inherits the root repositoryโ€™s license (MIT, unless otherwise noted).