Files
scoop/bucket/chat_medelexis_element-config.json
T
2026-07-13 13:17:50 +02:00

11 lines
560 B
JSON

{
"version": "1.0.0",
"description": "Configuration for Element (Matrix Chat) for Medelexis.",
"url": "https://git.streichtech.ch/elexis/scoop/raw/branch/master/config/matrix/medelexis/config.json#/config.json",
"hash": "39ef1d2c73783b16246412c5785d47dbb691c62782fc1b817b3324311439843b",
"post_install": [
"$configDir = Join-Path $env:APPDATA 'Element'",
"New-Item -ItemType Directory -Force -Path $configDir | Out-Null",
"Copy-Item (Join-Path $dir 'config.json') (Join-Path $configDir 'config.json') -Force"
]
}