mirror of
https://github.com/Windscribe/Desktop-App.git
synced 2026-05-07 20:12:44 +00:00
4 lines
194 B
PowerShell
4 lines
194 B
PowerShell
& {$outpath = ($Env:CODE_SIGNING_PFX_PATH);
|
|
$inpath = ($Env:CODE_SIGNING_PFX_PATH);
|
|
[IO.File]::WriteAllBytes($outpath, ([convert]::FromBase64String(([IO.File]::ReadAllText($inpath)))))}
|