Files
bsky-desktop/build/build-config.json
PlOszukiwacz ce9830bfbe rpm bulding
2024-12-28 13:16:16 +01:00

56 lines
1.2 KiB
JSON

{
"appId": "com.oxmc.bskyDesktop",
"productName": "bskyDesktop",
"asarUnpack": [
"./node_modules/node-notifier/**/*"
],
"removePackageScripts": true,
"mac": {
"target": [
"dmg",
"pkg",
"zip"
],
"icon": "src/ui/images/mac.icns",
"category": "Network"
},
"pkg": {
"installLocation": "/Applications",
"allowAnywhere": true,
"allowCurrentUserHome": true,
"allowRootDirectory": true,
"isVersionChecked": true,
"isRelocatable": false,
"overwriteAction": "upgrade"
},
"linux": {
"target": [
"appimage",
"deb",
"rpm",
"zip"
],
"icon": "src/ui/images/icons",
"category": "Network"
},
"win": {
"target": [
"nsis",
"appx",
"msi",
"zip"
],
"icon": "src/ui/images/logo.ico"
},
"appx": {
"identityName": "BskyDesktop"
},
"protocols": [
{
"name": "bsky",
"schemes": [
"bsky"
]
}
]
}