You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>