@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user