mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-14 19:56:26 +00:00
@@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user