Skip to content

Commit e2dacc4

Browse files
committed
NIPM 25.0.0 update
1 parent 7d1e32b commit e2dacc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BuildTools/install.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $nipm = "$Env:Programfiles\National Instruments\NI Package Manager\nipkg.exe"
77
$install_NIPM = $true
88
if ($install_NIPM)
99
{
10-
$nipmDownloadPath = 'https://download.ni.com/support/nipkg/products/ni-package-manager/installers/NIPackageManager24.0.0.exe'
10+
$nipmDownloadPath = 'https://download.ni.com/support/nipkg/products/ni-package-manager/installers/NIPackageManager25.0.0.exe'
1111
$nipmInstaller = Join-Path -Path $rootDirectory -ChildPath 'install-nipm.exe'
1212
Assert-FileDoesNotExist($nipm)
1313
$time = (Get-Date).ToUniversalTime()

0 commit comments

Comments
 (0)