Skip to content

Commit

Permalink
add Tusk support (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui authored Dec 15, 2017
1 parent 1ed323a commit b289601
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions data/database/tusk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Tusk",
"app_path": [
"/opt/Tusk/"
],
"icons_path": [
"/opt/Tusk/resources/"
],
"binary": "app.asar",
"script": "electron",
"icons": {
"tray": {
"original": "static/IconTray.png",
"theme": "tusk-indicator"
},
"tray@2x": {
"original": "static/IconTray@2x.png",
"theme": "tusk-indicator"
}
}
}

0 comments on commit b289601

Please sign in to comment.