dragonmc77 / AddLink

AddLink Extension for Playnite
8 stars 1 forks source link

Does not work for portable installs #2

Closed SlipperyJim closed 5 years ago

SlipperyJim commented 5 years ago

In a portable install the Playnite files are not kept in appdata and so the extension fails. Editing the .ps1 file and changing the two $scriptPath lines to point towards the extension folder in the portable install will fix this manually though.

dragonmc77 commented 5 years ago

Added a rudimentary check for portable installs so that the script logs regardless of usage type. This should now make it portable-friendly.