This commit is contained in:
Hans Karlinius
2024-11-25 08:04:34 +01:00
parent 81b0e652b5
commit 434ce60eb8

View File

@@ -1,5 +1,5 @@
name: VirtualHere Client name: VirtualHere Client
version: "0.1.62" version: "0.1.63"
slug: vhclient slug: vhclient
description: VirtualHere Client description: VirtualHere Client
arch: arch:
@@ -32,13 +32,11 @@ kernel_modules: true
options: options:
clientid: "vhclient" clientid: "vhclient"
autofind: false autofind: false
usbdevices: usbdevices: list(one, two)
- one: false
- two: false
schema: schema:
clientid: str? clientid: str?
autofind: bool autofind: bool
usbdevices: list(match(^\\w*$)) usbdevices: list()
stage: experimental stage: experimental
init: false init: false