ZIP
WinGet
ubi
A house for code · 0.7.0 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
ubi-Windows-msvc-i686.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
houseabsolute.ubi
Version
0.7.0
Description
The Universal Binary Installer
License
Apache-2.0 or MIT
Homepage
https://github.com/houseabsolute/ubi
Installer URL
https://github.com/houseabsolute/ubi/releases/download/v0.7.0/ubi-Windows-msvc-i686.zip
Release Notes
- Added a new --matching-regex CLI flag and UbiBuilder::matching_regex method. This regex is
matched against potential release filenames before attempting to find a release with a matching
OS, architecture, etc. This is useful for doing things like filtering for a single tool when a
project releases multiple tools in a single GitHub release. PR by @yjoer (Yeoh Joer). GH #122.
- The logic for determining whether or not to include a top-level directory when --extract-all is
passed has been…