Last active
November 5, 2020 01:38
-
-
Save dogancelik/c9201defbe6773361f4f to your computer and use it in GitHub Desktop.
Download latest version of Chromium (64-bit) #Windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
set "urlrevision=https://www.googleapis.com/download/storage/v1/b/chromium-browser-continuous/o/Win_x64%%2FLAST_CHANGE?generation=1437669809191000^&alt=media" | |
for /f "tokens=*" %%a in ('"curl.exe -s %urlrevision%"') do @set revision=%%a | |
echo Downloading Chromium rev.%revision% | |
set urlsetup="https://www.googleapis.com/download/storage/v1/b/chromium-browser-continuous/o/Win_x64%%2F%revision%%%2Fmini_installer.exe?generation=1437669746574000&alt=media" | |
curl.exe -osetup.exe %urlsetup% | |
if exist setup.exe ( | |
setup.exe | |
del setup.exe | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Links:
Old URLs: (not working)
urlsetup=http://build.chromium.org/buildbot/continuous/LATEST/mini_installer.exe
urlrevision=http://build.chromium.org/buildbot/continuous/LATEST/REVISION