Skip to content

Commit

Permalink
Added support Kaku (electron app) (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
varlesh authored and bilelmoussaoui committed Jan 14, 2019
1 parent 46df7ea commit 6ff9373
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions data/database/kaku.electron.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Kaku",
"app_path": [
"/opt/Kaku/"
],
"icons_path": [
"/opt/Kaku/resources/"
],
"binary": "app.asar",
"script": "electron",
"icons": {
"tray": {
"original": "src/public/images/icons/tray/default.png",
"theme": "kaku-tray"
},
"tray@2x": {
"original": "src/public/images/icons/tray/default@2x.png",
"theme": "kaku-tray"
}
}
}

0 comments on commit 6ff9373

Please sign in to comment.