vup: use v.exe
parent
905cf326cd
commit
857276e81f
|
@ -66,7 +66,11 @@ fn main() {
|
|||
|
||||
fn show_current_v_version(){
|
||||
println('Current V version:')
|
||||
$if windows {
|
||||
os.system('v.exe version')
|
||||
} $else {
|
||||
os.system('v version')
|
||||
}
|
||||
}
|
||||
|
||||
fn backup(file string) {
|
||||
|
|
Loading…
Reference in New Issue