mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 13:29:44 +02:00
GoReleaser produces .zip for Windows and .tar.gz for other platforms, but the update command hardcoded .tar.gz for all platforms, causing a 404 error on Windows. - Select .zip extension when runtime.GOOS is "windows" - Add extractBinaryFromZip() for zip archive extraction - Use "multica.exe" as the binary name on Windows Closes #1072