mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-06 06:52:44 -07:00
Update scripts for new thirdparty convention
This commit is contained in:
@@ -65,6 +65,10 @@ function Update-GitRepo
|
||||
write-host
|
||||
return
|
||||
}
|
||||
|
||||
if ( -not(test-path -Path (join-path $path '.git'))) {
|
||||
return # Assume the user doesn't want to use git grab packages automatically.
|
||||
}
|
||||
|
||||
git -C $path fetch
|
||||
$latest_commit_hash = git -C $path rev-parse '@{u}'
|
||||
|
Reference in New Issue
Block a user