redromnon / HeroicBashLauncher

Directly launch any Epic Games Store and GOG game from anywhere without Heroic on Linux.
GNU General Public License v3.0
353 stars 17 forks source link

Fix installation path in error message. #89

Closed nirvdrum closed 2 years ago

nirvdrum commented 2 years ago

Fix the error message when not executing the installation script from ~/Games/Heroic. I based the path on the follow entry from the 2.8.0 release notes:

Prompt user to place HeroicBashLauncher in ~/Games/Heroic to avoid permission issues

It looks like the original code may work in other locations, but /Games/Heroic is likely wrong.

redromnon commented 2 years ago

I didn't notice it all. Thanks for correcting!