File: install_nuget_packages.cmd

package info (click to toggle)
mediainfo 26.01-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,912 kB
  • sloc: cpp: 19,090; objc: 3,102; xml: 1,428; sh: 1,328; python: 263; makefile: 212
file content (4 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (2)
1
2
3
4
if not exist nuget.exe (
    curl -O https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
)
nuget install Microsoft.Web.WebView2 -OutputDirectory packages -ExcludeVersion