powercord-org / powercord

A lightweight @discord client mod focused on simplicity and performance.
MIT License
1.2k stars 147 forks source link

Application path assumption #650

Open moritztim opened 2 years ago

moritztim commented 2 years ago

Describe the bug The injector assumes dc is installed in the default location even if it is not.

To Reproduce Steps to reproduce the behavior:

Expected behavior I expected it to ask for a path when it didn't find it or have a config file for changing the path.

Desktop (please complete the following information):

Additional context

asportnoy commented 2 years ago

As a temporary solution, you can create a symbolic link pointing the default location to where you moved it. Run ln -s <new Discord path> /Applications/Discord\ Canary.app. Note that a symbolic link is different from an alias.

moritztim commented 2 years ago

As a temporary solution, you can create a symbolic link pointing the default location to where you moved it. Run ln -s <new Discord path> /Applications/Discord\ Canary. Note that a symbolic link is different from an alias.

That’s a great idea thanks!