mirror of
https://github.com/cmderdev/cmder.git
synced 2025-02-11 16:00:21 +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) {
|
if ((Get-Childitem $s.name).Count -eq 1) {
|
||||||
Flatten-Directory($s.name)
|
Flatten-Directory($s.name)
|
||||||
}
|
}
|
||||||
|
# Write current version to .cmderver file, for later.
|
||||||
|
"$($s.version)" | Out-File "$s.name/.cmderver"
|
||||||
}
|
}
|
||||||
|
|
||||||
Pop-Location
|
Pop-Location
|
||||||
|
Loading…
x
Reference in New Issue
Block a user