diff --git a/AutoSubs/src-tauri/tauri.conf.json b/AutoSubs/src-tauri/tauri.conf.json new file mode 100644 index 0000000..03910a2 --- /dev/null +++ b/AutoSubs/src-tauri/tauri.conf.json @@ -0,0 +1,45 @@ +{ + "$schema": "https://schema.tauri.app/config/2.0.0", + "productName": "AutoSubs", + "version": "0.1.0", + "identifier": "com.autosubs.app", + "build": { + "beforeDevCommand": "npm run dev", + "devUrl": "http://localhost:1420", + "beforeBuildCommand": "npm run build", + "frontendDist": "../dist" + }, + "app": { + "windows": [ + { + "title": "AutoSubs", + "width": 780, + "height": 680, + "closable": true + } + ], + "security": { + "csp": null, + "assetProtocol": { + "enable": true, + "scope": [ + "/Library/Application Support/Blackmagic Design/DaVinci Resolve/Fusion/Scripts/Utility/**", + "$DESKTOP/**", + "$DOCUMENT/**", + "$DOWNLOAD/**" + ] + } + } + }, + "bundle": { + "active": true, + "targets": "all", + "icon": [ + "icons/32x32.png", + "icons/128x128.png", + "icons/128x128@2x.png", + "icons/icon.icns", + "icons/icon.ico" + ] + } +} \ No newline at end of file