diff --git a/data/database/kaku.electron.json b/data/database/kaku.electron.json new file mode 100644 index 00000000..46bffdde --- /dev/null +++ b/data/database/kaku.electron.json @@ -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" + } + } +}