mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
Fix build script.
This commit is contained in:
parent
53efab127e
commit
83a853bd52
@ -80,7 +80,7 @@ foreach ($s in $sources) {
|
||||
Flatten-Directory($s.name)
|
||||
}
|
||||
# Write current version to .cmderver file, for later.
|
||||
"$($s.version)" | Out-File "$s.name/.cmderver"
|
||||
"$($s.version)" | Out-File "$($s.name)/.cmderver"
|
||||
}
|
||||
|
||||
Pop-Location
|
||||
|
Loading…
Reference in New Issue
Block a user