diff --git a/.Wingetfile b/.Wingetfile index 0f753e5db..43798b845 100644 --- a/.Wingetfile +++ b/.Wingetfile @@ -1,4 +1,4 @@ -package '7zip.7zip', path: '7-zip', bin: '7z' -package 'cmake', path: 'Cmake\bin', bin: 'cmake' -package 'MSYS2.MSYS2', path: 'C:\msys64\usr\bin', bin 'bash' -package 'meson', path: 'Meson', bin 'meson' +package: '7zip.7zip', path: '7-zip', bin: '7z' +package: 'cmake', path: 'Cmake\bin', bin: 'cmake' +package: 'MSYS2.MSYS2', path: 'C:\msys64\usr\bin', bin: 'bash' +package: 'mesonbuild.meson', path: 'Meson', bin: 'meson' diff --git a/utils.pwsh/Install-BuildDependencies.ps1 b/utils.pwsh/Install-BuildDependencies.ps1 index 3c0cb446e..74396f7a3 100644 --- a/utils.pwsh/Install-BuildDependencies.ps1 +++ b/utils.pwsh/Install-BuildDependencies.ps1 @@ -72,7 +72,7 @@ function Install-BuildDependencies { Invoke-External winget @Params } else { - if ( $Package -eq 'meson' ) { + if ( $Package -eq 'mesonbuild.meson' ) { python3 -m pip install meson } }