Use path for stable release as Linux default

This commit is contained in:
noodlebox 2017-01-26 18:03:52 -06:00
parent b6bdaedb6d
commit e793920ed9
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class Utils {
return path;
},
"darwin": () => "/Applications/Discord.app/Contents",
"linux": () => "/usr/share/discord-canary"
"linux": () => "/usr/share/discord"
}[platform]();
}