yy-tromb / winget-upgrade-custom

winget upgrade customly and in parallel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

winget-upgrade-custom

winget upgrade customly and in parallel

for run

This is runned on Node.js
or binary here (build as Node.js Single executable applications)

※About Node.js Single executable applications

Usage

make app_filter.json,and this tool ignore the app that written in that file.
or execute like this node winget-upgrade-custom.js "path_to_app_filter"

for example

[  
    {  
        "name": "Android Studio",  
        "ID": "Google.AndroidStudio"  
    },  
    {  
        "ID":"Mozilla.Firefox.DeveloperEdition"
        "source":"winget"  
    }  
]  

build

You can build as Node.js Single executable applications.
If your machine is Windows machine, you can use /build.bat, automatic build script.

About

winget upgrade customly and in parallel

License:MIT License


Languages

Language:JavaScript 90.1%Language:Batchfile 9.9%