mirror of
https://github.com/neosubhamoy/pytubepp-helper.git
synced 2026-02-04 11:22:22 +05:30
67 lines
1.8 KiB
JSON
67 lines
1.8 KiB
JSON
{
|
|
"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.wxs"],
|
|
"componentRefs": ["PytubeppHelperFragmentRegistryEntries"]
|
|
},
|
|
"nsis": {
|
|
"installerHooks": "installer/windows/nsis-hooks.nsi"
|
|
}
|
|
},
|
|
"resources": [
|
|
"pytubepp-helper-msghost.json",
|
|
"pytubepp-helper-msghost-moz.json",
|
|
"pytubepp-helper-msghost.exe"
|
|
]
|
|
}
|
|
} |