mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-20 01:37:56 +02:00
Update _index.de.md
This commit is contained in:
parent
bb4b2eca2f
commit
475b8431c4
@ -67,11 +67,9 @@ function getLatest()
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Zurückgebendes Objekt erstellen
|
# Zurückgebendes Objekt erstellen
|
||||||
$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