diff --git a/examples/tauri-postgres/src-tauri/tauri.conf.json b/examples/tauri-postgres/src-tauri/tauri.conf.json index 9794c60c51..6819e1f7aa 100644 --- a/examples/tauri-postgres/src-tauri/tauri.conf.json +++ b/examples/tauri-postgres/src-tauri/tauri.conf.json @@ -13,16 +13,16 @@ "tauri": { "allowlist": { "all": false, - "shell":{ + "shell": { "scope": [ - { "name": "./ollama", "sidecar": true } + { "name": "ollama", "sidecar": true } ], "sidecar": true } }, "bundle": { "externalBin": [ - "./ollama" + "ollama" ], "active": true, "category": "DeveloperTool",