v2.2.3
Fixed
- Hexium publish uploaded a corrupted package (
"Invalid ZIP file."
from the server). PowerShell's$array[$a..$b]range-index isn't
guaranteed to stay a[byte[]]— it silently decayed to a generic
object[], whichInvoke-WebRequest -Bodysent as something other
than raw bytes. Switched to[Array]::Copyinto a realbyte[].
Published automatically to Thunderstore and Hexium.