Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yy-tromb/winget-upgrade-custom
winget upgrade customly and in parallel
https://github.com/yy-tromb/winget-upgrade-custom
Last synced: about 1 month ago
JSON representation
winget upgrade customly and in parallel
- Host: GitHub
- URL: https://github.com/yy-tromb/winget-upgrade-custom
- Owner: yy-tromb
- License: mit
- Created: 2023-07-14T04:02:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-07T02:05:51.000Z (4 months ago)
- Last Synced: 2024-09-08T04:16:43.468Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)](https://github.com/yy-tromb/winget-upgrade-custom/releases)
[※About Node.js Single executable applications](https://nodejs.org/api/single-executable-applications.html)## 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
```app_filter.json
[
{
"name": "Android Studio",
"ID": "Google.AndroidStudio"
},
{
"ID":"Mozilla.Firefox.DeveloperEdition"
"source":"winget"
}
]
```## build
You can build as [Node.js Single executable applications](https://nodejs.org/api/single-executable-applications.html).
If your machine is Windows machine, you can use [/build.bat](https://github.com/yy-tromb/winget-upgrade-custom/blob/main/build.bat), automatic build script.