mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-07 02:46:50 +00:00
- yq: move man_page_only from general isMetaAsset to yq-specific tagger - node: restore .exe as stored asset with "bare-exe" variant (installable by Go, excluded from legacy) - ollama: rename Ollama-darwin.zip variant from "installer" to "app" (.app bundle is installable by Go, just not by legacy Node.js) The distinction: general classification/filter (isMetaAsset) handles truly non-installable files. Installer-specific taggers handle assets that are installable but need variant tagging. Legacy filter strips variants and unsupported formats for Node.js compat.