forked from ni/nidaqmx-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_installer_metadata.json
33 lines (33 loc) · 1.19 KB
/
_installer_metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"Windows": [
{
"Version": "24.8.0",
"Release": "2024Q4",
"Location": "https://download.ni.com/support/nipkg/products/ni-d/ni-daqmx/24.8/online/ni-daqmx_24.8_online.exe",
"supportedOS": [
"Windows 11",
"Windows Server 2022 64-bit",
"Windows 10 64-bit",
"Windows Server 2016 64-bit",
"Windows Server 2019 64-bit"
]
}
],
"Linux": [
{
"Version": "24.8.0",
"Release": "2024Q4",
"_comment": "Location url must be of the format 'https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers<Release>/NILinux<Release>DeviceDrivers.zip'. Any change to the format will require a change in the code.",
"Location": "https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers2024Q4/NILinux2024Q4DeviceDrivers.zip",
"supportedOS": [
"ubuntu 20.04",
"ubuntu 22.04",
"ubuntu 24.04",
"rhel 8",
"rhel 9",
"opensuse 15.4",
"opensuse 15.5"
]
}
]
}