Skip to content

Commit

Permalink
IRCCloud support #523 (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
varlesh authored and bilelmoussaoui committed Aug 28, 2018
1 parent 7e39eba commit eb11717
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions data/database/irccloud.electron.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "IRCCloud",
"app_path": [
"/opt/IRCCloud/"
],
"icons_path": [
"/opt/IRCCloud/resources/"
],
"binary": "app.asar",
"script": "electron",
"icons": {
"tray": {
"original": "app/tray-icon.png",
"theme": "irccloud-desktop-tray"
},
"tray@2x": {
"original": "app/tray-icon@2x.png",
"theme": "irccloud-desktop-tray"
},
"tray@4x": {
"original": "app/tray-icon@4x.png",
"theme": "irccloud-desktop-tray"
},
"tray@8x": {
"original": "app/tray-icon@8x.png",
"theme": "irccloud-desktop-tray"
}
}
}

0 comments on commit eb11717

Please sign in to comment.