Fix default Discord path for OSX
This commit is contained in:
parent
5a4e121e2b
commit
43aae6ac72
|
@ -73,7 +73,7 @@ class Utils {
|
||||||
});
|
});
|
||||||
return path;
|
return path;
|
||||||
},
|
},
|
||||||
"darwin": () => "/Applications/Discord.app",
|
"darwin": () => "/Applications/Discord.app/Contents",
|
||||||
"linux": () => "" // TODO
|
"linux": () => "" // TODO
|
||||||
}[platform]();
|
}[platform]();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue