Files
scoop/bucket/rustdesk-config.json
T
2026-07-13 17:53:47 +02:00

10 lines
415 B
JSON

{
"version": "1.0",
"url": "https://git.streichtech.ch/elexis/scoop/raw/branch/master/config/rustdesk/medelexis/server.cfg",
"hash": "e82762286675cbf9f8be56127f4fb5de2eeda038bb936afd2f13071ce4e96c56",
"depends": "extras/rustdesk",
"post_install": [
"$rd_exe = Get-AppFilePath 'rustdesk' 'RustDesk.exe'",
"& $rd_exe --config (Get-Content \"$dir\\server.cfg\" -Raw).Trim()"
]
}