mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-21 10:17:43 +02:00
commit
4530ae1298
@ -67,12 +67,10 @@ function getLatest()
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Create object to return
|
# Create object to return
|
||||||
$Result = New-Object PSObject -Property
|
$params += @{Version = $Version}
|
||||||
@{
|
$params += @{Downloadlink = $Downloadlink}
|
||||||
Version = $Version
|
$Result = New-Object PSObject -Property $params
|
||||||
Downloadlink = $Downloadlink
|
|
||||||
}
|
|
||||||
|
|
||||||
return($Result)
|
return($Result)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user