JosefNemec / Playnite

Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
https://playnite.link
MIT License
9.58k stars 508 forks source link

Portable write metrics to %localappdata% #2630

Open alpe12 opened 3 years ago

alpe12 commented 3 years ago

A portable install should ideally only write things to its install folder. But it is writing some things to %localappdata%.

%localappdata%/ ├─ Playnite/ │ ├─ Extensions/ │ ├─ User Data/ │ │ ├─ Crashpad/ │ │ │ ├─ settings.dat │ │ ├─ CrashpadMetrics-active.pma │ │ ├─ CrashpadMetrics.pma

JosefNemec commented 3 years ago

Crashpad I can't change, that's hardcoded functionality from CEF.

What's being written in Extensions?

alpe12 commented 3 years ago

Oh ok. Extensions is an empty folder.