win_installer: checkout DepCtrl 0.6.3
This commit is contained in:
parent
73c54cef99
commit
8acc8be2ba
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ Set-Location $DepsDir
|
||||||
# DepCtrl
|
# DepCtrl
|
||||||
if (!(Test-Path DependencyControl)) {
|
if (!(Test-Path DependencyControl)) {
|
||||||
git clone https://github.com/TypesettingTools/DependencyControl.git
|
git clone https://github.com/TypesettingTools/DependencyControl.git
|
||||||
|
Set-Location DependencyControl
|
||||||
|
git checkout v0.6.3-alpha
|
||||||
}
|
}
|
||||||
|
|
||||||
# YUtils
|
# YUtils
|
||||||
|
|
Loading…
Reference in a new issue