Skip to content

Commit

Permalink
Fixes #284
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui authored Jan 12, 2017
1 parent e784cfa commit c33cfbc
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions database/record-desktop.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Record Desktop",
"app_path": [
"/usr/bin/record-desktop"
],
"icons_path": [
"/usr/share/recored-desktop/resources/app/"
],
"is_qt": false,
"is_script": false,
"force_create_folder": false,
"exec_path_script": false,
"backup_ignore": false,
"icons": {
"indicator": {
"original": "icon.png",
"theme": "record-desktop-indicator"
},
"recording": {
"original": "icon-recording.png",
"theme": "record-desktop-indicator-recording"
}
}
}

0 comments on commit c33cfbc

Please sign in to comment.