Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DAQmx Installer Download Link #654

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions generated/nidaqmx/_installer_metadata.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"Windows": [
{
"Version": "24.6.0",
"Release": "2024Q3.1",
"Location": "https://download.ni.com/support/nipkg/products/ni-d/ni-daqmx/24.6/online/ni-daqmx_24.6_online.exe",
"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",
Expand All @@ -15,10 +15,10 @@
],
"Linux": [
{
"Version": "24.5.0",
"Release": "2024Q3",
"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/LinuxDrivers2024Q3/NILinux2024Q3DeviceDrivers.zip",
"Location": "https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers2024Q4/NILinux2024Q4DeviceDrivers.zip",
"supportedOS": [
"ubuntu 20.04",
"ubuntu 22.04",
Expand Down
13 changes: 7 additions & 6 deletions src/handwritten/_installer_metadata.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"Windows": [
{
"Version": "24.6.0",
"Release": "2024Q3.1",
"Location": "https://download.ni.com/support/nipkg/products/ni-d/ni-daqmx/24.6/online/ni-daqmx_24.6_online.exe",
"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",
Expand All @@ -15,13 +15,14 @@
],
"Linux": [
{
"Version": "24.5.0",
"Release": "2024Q3",
"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/LinuxDrivers2024Q3/NILinux2024Q3DeviceDrivers.zip",
"Location": "https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers2024Q4/NILinux2024Q4DeviceDrivers.zip",
"supportedOS": [
"ubuntu 20.04",
"ubuntu 22.04",
"ubuntu 24.04",
charitylxy marked this conversation as resolved.
Show resolved Hide resolved
"rhel 8",
"rhel 9",
"opensuse 15.4",
Expand Down
Loading