3 messages · Page 1 of 1 (latest)
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?
oh and btw I am exectuting like so: const command = Command.sidecar('binaries/test', ['-asas', 'asa']); await command.spawn();