Skip to content

Commit 7e152ee

Browse files
authored
Install to bitness specific locations (#20)
1 parent d1913b9 commit 7e152ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ control_file = 'control_dsf_plugins'
4646

4747
[package.payload_map]
4848
'Components\\Built\\Plugins' = 'documents\National Instruments\NI VeriStand {veristand_version}\Custom Devices\Data Sharing Framework'
49-
'Components\\Built\\Errors' = 'ni-paths-NISHAREDDIR\LabVIEW Run-Time\{veristand_version}\errors\English'
49+
'Components\\Built\\Errors' = 'ni-paths-NISHAREDDIR{nipaths_64_bitness_suffix}\LabVIEW Run-Time\{veristand_version}\errors\English'
5050

5151
[notification]
5252
type = 'teams'

control_dsf_plugins

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ XB-UserVisible: yes
1212
Section: Add-Ons
1313
XB-DisplayVersion: {display_version}
1414
XB-DisplayName: NI Data Sharing Framework Plugins for VeriStand {veristand_version}
15-
Depends: {ni-veristand-{labview_version}} (>= {labview_short_version}.0.0), ni-data-sharing-framework-veristand-{veristand_version}-support (>= {display_version})
15+
Depends: ni-veristand-{labview_version} (>= {labview_short_version}.0.0), ni-data-sharing-framework-veristand-{veristand_version}-support (>= {display_version})

0 commit comments

Comments
 (0)