#Getting "The scoped command was called with the improper sidecar flag set"

3 messages · Page 1 of 1 (latest)

autumn storm
#

In tauri v2-rc I am getting the above error. my permissions look like this:
{
"identifier": "shell:allow-spawn",
"allow": [
{
"args": true,
"cmd": "",
"name": "binaries/test",
"sidecar": true
}
]
}

#

any ideas?

autumn storm
#

oh and btw I am exectuting like so: const command = Command.sidecar('binaries/test', ['-asas', 'asa']); await command.spawn();