PotatoNV/PotatoNV-next/post-build.ps1
Andrey Smirnoff cda463c611
v2.1.0 (#49)
Widevine, rm BID & SN; read the factory key (WVL)
2021-03-29 22:45:42 +05:00

3 lines
200 B
PowerShell

$out = "$($args[0])\bootloaders"
New-Item -ItemType Directory -Force -Path $out
Get-ChildItem -Directory -Path "$($args[1])\HiSiBootloaders" | Copy-Item -Destination $out -Recurse -Container -Verbose