mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
This reverts commit 4a8216d5b5b1b44a00fe7b1defb8821767e6ff45.
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%