Skip to content

Commit

Permalink
Support Yate Client & ElectronMail (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
varlesh authored and RogueScholar committed Apr 6, 2019
1 parent f9bc843 commit 8678683
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
17 changes: 17 additions & 0 deletions data/database/electron-mail.electron.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "ElectronMail",
"app_path": [
"/opt/ElectronMail/"
],
"icons_path": [
"/opt/ElectronMail/resources/"
],
"binary": "app.asar",
"script": "electron",
"icons": {
"tray": {
"original": "app/assets/icons/icon.png",
"theme": "electron-mail-tray"
}
}
}
32 changes: 32 additions & 0 deletions data/database/yate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "Yate",
"app_path": [
"/usr/bin/yate-qt4"
],
"icons_path": [
"/usr/share/yate/skins/default/",
"/usr/local/share/yate/skins/default/"
],
"icons": {
"tray": {
"original": "null_team-32.png",
"theme": "yate-tray"
},
"tray-incomingcall": {
"original": "tray_incomingcall.png",
"theme": "yate-tray-incomingcall"
},
"tray-incomingchat": {
"original": "tray_incomingchat.png",
"theme": "yate-tray-incomingchat"
},
"tray-notification": {
"original": "tray_notification.png",
"theme": "yate-tray-notification"
},
"tray-info": {
"original": "tray_info.png",
"theme": "yate-tray-info"
}
}
}

0 comments on commit 8678683

Please sign in to comment.