mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2025-12-18 17:22:56 +05:30
61 lines
1.8 KiB
JSON
61 lines
1.8 KiB
JSON
{
|
|
"identifier": "com.neosubhamoy.neodlp",
|
|
"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 && npm run build",
|
|
"devUrl": "http://localhost:1420",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "NeoDLP",
|
|
"width": 1067,
|
|
"height": 605,
|
|
"visible": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null,
|
|
"capabilities": [
|
|
"default",
|
|
"shell-scope"
|
|
]
|
|
}
|
|
},
|
|
"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"
|
|
],
|
|
"externalBin": [
|
|
"binaries/yt-dlp",
|
|
"binaries/ffmpeg",
|
|
"binaries/ffprobe",
|
|
"binaries/aria2c",
|
|
"binaries/deno"
|
|
],
|
|
"resources": {
|
|
"target/release/neodlp-msghost.exe": "neodlp-msghost.exe",
|
|
"resources/msghost-manifest/windows/chrome.json": "chrome.json",
|
|
"resources/msghost-manifest/windows/firefox.json": "firefox.json"
|
|
},
|
|
"windows": {
|
|
"wix": {
|
|
"fragmentPaths": ["installer/windows/wix/reg-fragment.wxs"],
|
|
"componentRefs": ["NeoDlpRegEntriesFragment"]
|
|
},
|
|
"nsis": {
|
|
"installerHooks": "installer/windows/nsis/hooks.nsi"
|
|
}
|
|
}
|
|
}
|
|
}
|