fusionierung von config und meta
This commit is contained in:
@@ -1,10 +1,15 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Element (Matrix Chat) installation for Medelexis.",
|
"description": "Element (Matrix Chat) installation for Medelexis.",
|
||||||
|
"homepage": "https://medelexis.ch",
|
||||||
"depends": [
|
"depends": [
|
||||||
"extras/element",
|
"extras/element"
|
||||||
"chat_medelexis_element-config"
|
|
||||||
],
|
],
|
||||||
"url": "https://git.streichtech.ch/elexis/scoop/raw/branch/master/config/matrix/medelexis/chat_medelexis.txt",
|
"url": "https://git.streichtech.ch/elexis/scoop/raw/branch/master/config/matrix/medelexis/config.json#/config.json",
|
||||||
"hash": "602dee506b343cd3a28a12be992cc219b4ee97af0bcf2861f5ab4dbd30949879"
|
"hash": "5aa0e674ea7455ee41646307b95bc953d13ec3b7eb62a3f193edc15d6d4966ea",
|
||||||
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user