mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vup: use v.exe
This commit is contained in:
@@ -66,7 +66,11 @@ fn main() {
|
||||
|
||||
fn show_current_v_version(){
|
||||
println('Current V version:')
|
||||
os.system('v version')
|
||||
$if windows {
|
||||
os.system('v.exe version')
|
||||
} $else {
|
||||
os.system('v version')
|
||||
}
|
||||
}
|
||||
|
||||
fn backup(file string) {
|
||||
|
||||
Reference in New Issue
Block a user