mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
…
…
perl: Use
[System.IO.File]::WriteAllBytes() instead of Set-Content -Encoding Byte to fix compatibility issue with PowerShell 6 which has removed -Encoding Byte in favor of a new -AsByteStream switch. (#2352)
…
…
Description
Languages
PowerShell
100%