Sha256: 353489af337ecb13636eda99294c0b25faea6d33169bedf6a6f0fca1a2caf9cc
Contents?: true
Size: 950 Bytes
Versions: 3
Compression:
Stored size: 950 Bytes
Contents
@echo off :: Copyright (c) 2016 The Chromium Authors. All rights reserved. :: Use of this source code is governed by a BSD-style license that can be :: found in the LICENSE file. setlocal :: To allow this powershell script to run if it was a byproduct of downloading :: and unzipping the depot_tools.zip distribution, we clear the Zone.Identifier :: alternate data stream. This is equivalent to clicking the "Unblock" button :: in the file's properties dialog. set errorlevel= if not exist "%~dp0.cipd_client.exe" ( echo.>%~dp0cipd.ps1:Zone.Identifier powershell -NoProfile -ExecutionPolicy RemoteSigned -Command "%~dp0cipd.ps1" < nul if not errorlevel 0 goto :END ) set /p CIPD_CLIENT_VER=<%~dp0cipd_client_version "%~dp0.cipd_client.exe" selfupdate -version "%CIPD_CLIENT_VER%" if not errorlevel 0 goto :END "%~dp0.cipd_client.exe" %* :END endlocal & ( set ERRORLEVEL=%ERRORLEVEL% ) exit /b %ERRORLEVEL%
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
libv8-5.9.211.38.1 | vendor/depot_tools/cipd.bat |
libv8-5.9.211.38.0 | vendor/depot_tools/cipd.bat |
libv8-5.9.211.38.0beta0 | vendor/depot_tools/cipd.bat |