mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-04 19:32:13 +08:00 
			
		
		
		
	Write vendor version to .cmderver file
For a future feature.
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user