Vencord / Installer

A cross platform gui/cli app for installing Vencord
GNU General Public License v3.0
507 stars 78 forks source link

MacOS: try to find Discord.app in local Applications folder as well #126

Closed jannisbecker closed 6 months ago

jannisbecker commented 6 months ago

Currently, the installer on MacOS only seems to try to find the Discord folder in the system-wide applications folder /Applications. However, MacOS supports creating local applications folders per user, in ~/Applications (i.e. /Users//Applications).

Right now I have to manually type that path as a custom install location every time, it'd be nice it was automatically searched as well.

Vendicated commented 6 months ago

done via https://github.com/Vencord/Installer/pull/124