1
votes

Can someone please write me a .bat to download and extract a release from github, for a specific branch of release? https://github.com/brave/brave-browser/releases I only want to download dev releases, but they don't tag the different branches as the branch only as the version number. So I want to download, and extract it automatically to a specific folder, because I don't like how chromium, runs updaters/installs to appdata. Example of the file I want to download from each release: brave-vx.x.x-win32-x64.zip

I'm sure they could, but generally you'd ask for a programmer using a suitable site, not on StackOverflow, which assists you to fix a programming issue. Please take the site tour, then read through the linked pages within How to Ask. - Compo
Windows has both curl (for downloading) and tar (for extracting) built in since Windows 10. What part are you stuck with? - SomethingDark