This commit is contained in:
Hans Karlinius
2024-11-28 23:53:21 +01:00
parent 2a63c3838b
commit 5cfc060bbe
+4 -12
View File
@@ -1,5 +1,5 @@
name: VirtualHere Client name: VirtualHere Client
version: "0.1.195" version: "0.1.196"
slug: vhclient slug: vhclient
description: VirtualHere Client description: VirtualHere Client
arch: arch:
@@ -42,26 +42,18 @@ kernel_modules: true
options: options:
autouse: true autouse: true
autofind: true autofind: true
plugins: [] clientid: ''
manualhub: ''
usbdevices: []
schema: schema:
autouse: bool autouse: bool
autofind: bool autofind: bool
clientid: str? clientid: str?
manualhub: str? manualhub: str?
#test: [{
# field: "str?",
# value: "bool?"
#}]
#usbdevices:
# - device: str?
# use: bool?
usbdevices: [{ usbdevices: [{
device: str?, device: str?,
use: bool? use: bool?
}] }]
plugins:
- hej: bool
- hoj: bool
stage: experimental stage: experimental
init: false init: false