win_installer: checkout DepCtrl 0.6.3

This commit is contained in:
Ryan 2021-01-17 09:53:19 -05:00
parent 73c54cef99
commit 8acc8be2ba
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ Set-Location $DepsDir
# DepCtrl
if (!(Test-Path DependencyControl)) {
git clone https://github.com/TypesettingTools/DependencyControl.git
Set-Location DependencyControl
git checkout v0.6.3-alpha
}
# YUtils