{ "build": { "beforeDevCommand": "cargo build --manifest-path=./src-tauri/msghost/Cargo.toml && npm run dev", "beforeBuildCommand": "cargo build --release --manifest-path=./src-tauri/msghost/Cargo.toml && node copyFiles.js && npm run build", "devUrl": "http://localhost:1422", "frontendDist": "../dist" }, "identifier": "com.neosubhamoy.pytubepp.helper", "app": { "windows": [ { "title": "PytubePP Helper", "width": 510, "height": 345, "useHttpsScheme": true } ], "security": { "csp": null, "capabilities": [ "main-capability", "shell-scope", { "identifier": "fs-scope", "description": "allowed file system scopes", "permissions": [ { "identifier": "fs:scope", "allow": [ { "path": "$RESOURCE/pytubepp-helper-msghost.json" }, { "path": "$RESOURCE/pytubepp-helper-msghost-moz.json" }, { "path": "$RESOURCE/pytubepp-helper-msghost.exe" } ] } ] } ] } }, "bundle": { "active": true, "targets": ["msi", "nsis"], "createUpdaterArtifacts": true, "licenseFile": "../LICENSE", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "windows": { "wix": { "fragmentPaths": ["installer/windows/wix-fragment-registry.wxs"], "componentRefs": ["PytubeppHelperFragmentRegistryEntries"] }, "nsis": { "template": "installer/windows/nsis-template.nsi" } }, "resources": [ "pytubepp-helper-msghost.json", "pytubepp-helper-msghost-moz.json", "pytubepp-helper-msghost.exe" ] } }