Skip to content

Commit a5659ed

Browse files
authored
Update build.toml package properties
1 parent 4c5a0b9 commit a5659ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ build_spec = 'Engine Release'
2020

2121
[package]
2222
type = 'nipkg'
23-
name = 'udp-custom-device-{version}'
24-
release_version = '1.0'
25-
install_destination = 'documents\National Instruments\NI VeriStand {version}\Custom Devices'
23+
name = 'udp-custom-device-{veristand_version}'
24+
dev_xml_path = 'Source\Custom Device UDP-Custom-Device.xml'
25+
install_destination = 'documents\National Instruments\NI VeriStand {veristand_version}\Custom Devices'
2626

2727
[[release.steps]]
2828
name = 'Master Release'

0 commit comments

Comments
 (0)