mirror of
https://github.com/mashed-potatoes/PotatoNV.git
synced 2024-11-10 01:02:20 +01:00
cda463c611
Widevine, rm BID & SN; read the factory key (WVL)
3 lines
200 B
PowerShell
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
|