Skip to content

Commit

Permalink
add Ghetto Skype support fixes #320
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Mar 9, 2017
1 parent 9dded35 commit 6eea032
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions database/ghetto_skype.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Ghetto Skype",
"app_path": [
"/opt/Ghetto Skype/"
],
"icons_path": [
"/opt/Ghetto Skype/resources/"
],
"is_qt": false,
"is_script": true,
"binary": "app.asar",
"script": "electron",
"force_create_folder": false,
"exec_path_script": false,
"backup_ignore": false,
"icons": {
"tray": {
"original": "assets/skype24.png",
"theme": "skype-indicator"
},
"tray-notification": {
"original": "assets/skype24-1.png",
"theme": "skype-status-connected-notification"
}
}
}

0 comments on commit 6eea032

Please sign in to comment.