Use path for stable release as Linux default
This commit is contained in:
parent
b6bdaedb6d
commit
e793920ed9
|
@ -74,7 +74,7 @@ class Utils {
|
|||
return path;
|
||||
},
|
||||
"darwin": () => "/Applications/Discord.app/Contents",
|
||||
"linux": () => "/usr/share/discord-canary"
|
||||
"linux": () => "/usr/share/discord"
|
||||
}[platform]();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue