mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
Write vendor version to .cmderver file
For a future feature.
This commit is contained in:
parent
4f0e51c6a8
commit
717b9f990e
@ -79,6 +79,8 @@ foreach ($s in $sources) {
|
||||
if ((Get-Childitem $s.name).Count -eq 1) {
|
||||
Flatten-Directory($s.name)
|
||||
}
|
||||
# Write current version to .cmderver file, for later.
|
||||
"$($s.version)" | Out-File "$s.name/.cmderver"
|
||||
}
|
||||
|
||||
Pop-Location
|
||||
|
Loading…
Reference in New Issue
Block a user