How to customize the aria2 path in Scoop? #5592
Replies: 3 comments 3 replies
-
This needs modification in the lib/core.ps1 file, specifically here: https://github.com/ScoopInstaller/Scoop/blob/develop/lib/core.ps1#L340, to return the location of aria2c.exe based on |
Beta Was this translation helpful? Give feedback.
-
Modifying the source code might be too difficult for me. My main goal is to use the Aria2 RPC protocol and monitor the download progress of scoop using a Chrome browser extension. |
Beta Was this translation helpful? Give feedback.
-
Using the default config file for aria2 should work - unless it has been specifically disabled in scoop's build, but I don't think so.. The config file for aria2 is:
|
Beta Was this translation helpful? Give feedback.
-
I want to use my own aria2 configuration.
My aria2 installation path is located at
d:\Personal\totalcmd\Tools\aria2\aria2c.exe
Beta Was this translation helpful? Give feedback.
All reactions