diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 2e39653..11c1597 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -28,8 +28,17 @@ "csp": "default-src 'self'; img-src 'self' asset: data: http://asset.localhost; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; connect-src 'self' ipc: http://ipc.localhost", "assetProtocol": { "enable": true, - "scope": ["$HOME/**", "$DESKTOP/**", "$DOCUMENT/**"] - } + "scope": [ + "$HOME/**", + "$DESKTOP/**", + "$DOCUMENT/**", + "$DOWNLOAD/**", + "C:\\**", + "/Users/**", + "/home/**" + ] + }, + "freezePrototype": true } }, "bundle": {