102 lines
2.7 KiB
Plaintext
102 lines
2.7 KiB
Plaintext
{
|
|
"appId": "com.paarrot.app",
|
|
"productName": "Paarrot",
|
|
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
|
|
"copyright": "Copyright © 2026 Mates.Media",
|
|
"directories": {
|
|
"output": "dist-electron",
|
|
"buildResources": "build-resources"
|
|
},
|
|
"files": [
|
|
"electron/**/*",
|
|
"cinny/dist/**/*",
|
|
"dev-app-update.yml",
|
|
"!**/*.map",
|
|
"!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}",
|
|
"!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples}",
|
|
"!**/node_modules/*.d.ts",
|
|
"!**/node_modules/.bin",
|
|
"!**/*.{iml,o,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj}",
|
|
"!.editorconfig",
|
|
"!**/._*",
|
|
"!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,.gitignore,.gitattributes}",
|
|
"!**/{__pycache__,thumbs.db,.flowconfig,.idea,.vs,.nyc_output}",
|
|
"!**/{appveyor.yml,.travis.yml,circle.yml}",
|
|
"!**/{npm-debug.log,yarn.lock,.yarn-integrity,.yarn-metadata.json}"
|
|
],
|
|
"extraResources": [
|
|
{
|
|
"from": "icons",
|
|
"to": "icons",
|
|
"filter": ["**/*"]
|
|
},
|
|
{
|
|
"from": "cinny/public/sound",
|
|
"to": "sound",
|
|
"filter": ["**/*"]
|
|
}
|
|
],
|
|
"linux": {
|
|
"target": [
|
|
{
|
|
"target": "AppImage",
|
|
"arch": ["x64"]
|
|
}
|
|
],
|
|
"category": "Network;InstantMessaging",
|
|
"maintainer": "Mates.Media <mates.media@users.noreply.github.com>",
|
|
"icon": "icons/icon.png",
|
|
"desktop": {
|
|
"entry": {
|
|
"Name": "Paarrot",
|
|
"GenericName": "Matrix Client",
|
|
"Comment": "A Matrix client built with Cinny",
|
|
"Categories": "Network;InstantMessaging;",
|
|
"Keywords": "matrix;chat;messaging;",
|
|
"StartupWMClass": "paarrot"
|
|
}
|
|
}
|
|
},
|
|
"deb": {
|
|
"depends": [
|
|
"libnotify4",
|
|
"libxtst6",
|
|
"libnss3"
|
|
],
|
|
"afterInstall": "build-resources/linux/after-install.sh",
|
|
"afterRemove": "build-resources/linux/after-remove.sh"
|
|
},
|
|
"rpm": {
|
|
"depends": [
|
|
"libnotify",
|
|
"libXtst",
|
|
"nss"
|
|
],
|
|
"afterInstall": "build-resources/linux/after-install.sh",
|
|
"afterRemove": "build-resources/linux/after-remove.sh"
|
|
},
|
|
"win": {
|
|
"target": [
|
|
{
|
|
"target": "squirrel",
|
|
"arch": ["x64"]
|
|
}
|
|
],
|
|
"icon": "icons/icon.ico",
|
|
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}"
|
|
},
|
|
"squirrelWindows": {
|
|
"name": "Paarrot",
|
|
"loadingGif": "icons/icon.png",
|
|
"iconUrl": "https://raw.githubusercontent.com/Paarrot/Paarrot-Desktop/main/icons/icon.ico"
|
|
},
|
|
"publish": [
|
|
{
|
|
"provider": "github",
|
|
"owner": "Paarrot",
|
|
"repo": "Paarrot-Desktop",
|
|
"releaseType": "release"
|
|
}
|
|
]
|
|
}
|