Files
scoop/bucket/chat_medelexis.json
T
2026-07-13 13:51:36 +02:00

15 lines
644 B
JSON

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