mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-06 18:36:50 +00:00
fix(git): filter to MinGit assets only, exclude busybox
Node.js releases.js only keeps MinGit assets and excludes busybox. Add asset_filter and exclude to releases.conf to match. Remaining diff: version normalization (.windows.N suffix stripping) and data freshness (Go missing .windows.2 releases).
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
source = github
|
||||
owner = git-for-windows
|
||||
repo = git
|
||||
asset_filter = MinGit
|
||||
exclude = busybox
|
||||
variants = installer
|
||||
|
||||
Reference in New Issue
Block a user