a
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-29 00:42:23 +00:00
parent b6a6623406
commit 9c2c67fbe1

View File

@@ -116,9 +116,10 @@
"type": "text",
"label": "Host share directory",
"hint": "Directory on the host to share with the VM",
"placeholder": "/shared/app-data",
"placeholder": "${APP_DATA_DIR}/hostshare",
"required": false,
"env_variable": "TSCLIENT"
"env_variable": "TSCLIENT",
"default": "${APP_DATA_DIR}/hostshare"
}
],
"supported_architectures": ["amd64"]