Skip to content

Commit

Permalink
Discord fixes #342 (#343)
Browse files Browse the repository at this point in the history
* Rename discord.json to discord-canary.json

* Update discord-canary.json

* Add discord support
  • Loading branch information
bilelmoussaoui authored Apr 10, 2017
1 parent b6e9915 commit 00b129b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
28 changes: 28 additions & 0 deletions database/discord-canary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Discord Canary",
"app_path": [
"/usr/share/discord-canary/",
"/opt/discord-canary/"
],
"icons_path": [
"/usr/share/discord-canary/resources/",
"/opt/discord-canary/resources/"
],
"is_qt": false,
"binary": "app.asar",
"script": "electron",
"force_create_folder": false,
"exec_path_script": false,
"backup_ignore": false,
"is_script": true,
"icons": {
"tray": {
"original": "images/linux-tray.png",
"theme": "discord-tray"
},
"tray-unread": {
"original": "images/linux-tray-unread.png",
"theme": "discord-tray-notification"
}
}
}
8 changes: 4 additions & 4 deletions database/discord.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "Discord",
"app_path": [
"/usr/share/discord-canary/",
"/opt/discord-canary/"
"/usr/share/discord/",
"/opt/discord/"
],
"icons_path": [
"/usr/share/discord-canary/resources/",
"/opt/discord-canary/resources/"
"/usr/share/discord/resources/",
"/opt/discord/resources/"
],
"is_qt": false,
"binary": "app.asar",
Expand Down

0 comments on commit 00b129b

Please sign in to comment.