Skip to content

Commit

Permalink
chromium 56.0.2924.110
Browse files Browse the repository at this point in the history
  • Loading branch information
deemru committed Feb 26, 2017
1 parent 361f70d commit 6b88cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_windows/chromium-gost-env.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set CHROMIUM_TAG=56.0.2924.87
set CHROMIUM_TAG=56.0.2924.110
set CHROMIUM_PATH=u:\chromium\src
set BORINGSSL_PATH=%CHROMIUM_PATH%\third_party\boringssl\src
set DEPOT_TOOLS_PATH=u:\depot_tools\
Expand Down
2 changes: 1 addition & 1 deletion build_windows/chromium-gost-publish-release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ cd /d %~dp0
call chromium-gost-env.bat

github-release release --user deemru --repo chromium-gost --tag %CHROMIUM_TAG% --draft
github-release upload --user deemru --repo chromium-gost --tag %CHROMIUM_TAG% --name chromium-gost-%CHROMIUM_TAG%-win32.7z --file chromium-gost-%CHROMIUM_TAG%-win32.7z
github-release upload --user deemru --repo chromium-gost --tag %CHROMIUM_TAG% --name chromium-gost-%CHROMIUM_TAG%-win32.7z --file RELEASE\chromium-gost-%CHROMIUM_TAG%-win32.7z

if "%1"=="" timeout 86400

0 comments on commit 6b88cd3

Please sign in to comment.