11 lines
560 B
JSON
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": "6b91de1ac390fce82ee0eea4d77f0a6118e07886a4e9c72a74c2dcc6cb901143",
|
|
"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"
|
|
]
|
|
} |