Skip to content

Uploading API

Choose a tag to compare

@alancameronwills alancameronwills released this 04 Jul 22:24
· 32 commits to main since this release
fix zip entry separators to forward slashes

PowerShell 5.1's Compress-Archive and .NET Framework's ZipFile.Create-
FromDirectory both write entries with backslashes, violating the ZIP
spec. Linux unzip (and WP on Linux hosts) then fails to create the
plugin subdirectory, causing "Plugin file does not exist" on activate.
Build the archive entry-by-entry with explicit forward-slash names.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>