Skip to content

Commit

Permalink
add lyricfier and wechat support, fixes #278 #281
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Jan 6, 2017
1 parent e461da0 commit 09cc522
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
24 changes: 24 additions & 0 deletions database/lyricfier.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Lyricfier",
"app_path": [
"/opt/lyricfier/"
],
"icons_path": [
"/opt/lyricfier/resources/app/render/img"
],
"is_qt": false,
"is_script": false,
"force_create_folder": false,
"exec_path_script": false,
"backup_ignore": false,
"icons": {
"tray": {
"original": "tray-icon-mac.png",
"theme": "lyricfier-tray"
},
"tray@2x": {
"original": "tray-icon-mac@2x.png",
"theme": "lyricfier-tray"
}
}
}
36 changes: 36 additions & 0 deletions database/wechat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "Electronic WeChat",
"app_path": [
"/usr/lib/electronic-wechat/"
],
"icons_path": [
"/usr/lib/electronic-wechat/assets/"
],
"is_qt": false,
"is_script": false,
"force_create_folder": false,
"exec_path_script": false,
"backup_ignore": false,
"icons": {
"tray": {
"original": "status_bar_linux.png",
"theme": "wechat-tray"
},
"tray-black": {
"original": "tray_black.png",
"theme": "wechat-tray"
},
"tray-white": {
"original": "tray_white.png.png",
"theme": "wechat-tray"
},
"unread-white": {
"original": "tray_unread_white.png",
"theme": "wechat-tray-unread"
},
"unread-black": {
"original": "tray_unread_black.png",
"theme": "wechat-tray-unread"
}
}
}

0 comments on commit 09cc522

Please sign in to comment.