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
1
votes
curl
(for downloading) andtar
(for extracting) built in since Windows 10. What part are you stuck with? - SomethingDark