Skip to content

Commit

Permalink
Install to bitness specific locations (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtzoeller authored Sep 17, 2021
1 parent 67408f2 commit d39939c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,19 @@ package_output_dir = 'Built'

[package.payload_map]
'Built\\Custom Device' = 'documents\National Instruments\NI VeriStand {veristand_version}\Custom Devices\Data Sharing Framework'
'Built\\Errors' = 'ni-paths-NISHAREDDIR\Errors\English'
'Built\\Errors' = 'ni-paths-NISHAREDDIR{nipaths_64_bitness_suffix}\Errors\English'

[[package]]
type = 'nipkg'
payload_dir = 'Built\Scripting API'
install_destination = 'ni-paths-LV{veristand_version}DIR\vi.lib\addons\VeriStand Custom Device Scripting APIs\Data Sharing Framework'
install_destination = 'ni-paths-LV{veristand_version}DIR{nipaths_64_bitness_suffix}\vi.lib\addons\VeriStand Custom Device Scripting APIs\Data Sharing Framework'
control_file = 'control_dsf_scripting'
package_output_dir = 'Built'

[[package]]
type = 'nipkg'
payload_dir = 'Built\Scripting Examples'
install_destination = 'ni-paths-LV{veristand_version}DIR\examples\NI VeriStand Custom Devices\Data Sharing Framework'
install_destination = 'ni-paths-LV{veristand_version}DIR{nipaths_64_bitness_suffix}\examples\NI VeriStand Custom Devices\Data Sharing Framework'
control_file = 'control_dsf_examples'
package_output_dir = 'Built'

Expand Down
2 changes: 1 addition & 1 deletion control_dsf_cd
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ XB-UserVisible: yes
Section: Add-Ons
XB-DisplayVersion: {display_version}
XB-DisplayName: NI Data Sharing Framework Custom Device for VeriStand {veristand_version}
Depends: {ni-veristand-{labview_version}} (>= {labview_short_version}.0.0)
Depends: ni-veristand-{labview_version} (>= {labview_short_version}.0.0)
2 changes: 1 addition & 1 deletion control_dsf_scripting
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ XB-UserVisible: yes
Section: Add-Ons
XB-DisplayVersion: {display_version}
XB-DisplayName: NI Data Sharing Framework LabVIEW Support for VeriStand {veristand_version}
Depends: {AUTOVERSION_ni-labview-{labview_version}-x86}, {ni-veristand-{labview_version}} (>= {labview_short_version}.0.0), ni-veristand-{veristand_version}-custom-device-labview-support-common (>= 21.0.0)
Depends: ni-labview-{labview_version}{pkg_x86_bitness_suffix} (>= {labview_short_version}.0.0), ni-veristand-{labview_version} (>= {labview_short_version}.0.0), ni-veristand-{veristand_version}-custom-device-labview-support-common (>= 21.0.0)
Recommends: ni-data-sharing-framework-veristand-{veristand_version}-support (>= {display_version})

0 comments on commit d39939c

Please sign in to comment.