zorael / kameloso

IRC bot with Twitch support
Boost Software License 1.0
9 stars 3 forks source link

Windows: uses %LOCALAPPDATA% instead of %APPDATA% #88

Closed zorael closed 4 years ago

zorael commented 4 years ago

AppData% is a roamed persistent user settings. %LocalAppData% is non-roamed machine-specific settings or other discardable kind of data.

And of course you want to backup %AppData% (but not %LocalAppData%, unless a braindead developer put persistent user settings in there).

https://jpsoft.com/forums/threads/difference-between-appdata-and-localappdata.8893/

zorael commented 4 years ago

Fixed in 7e5a3a7b6581183f5e6fb9500838cb11e8af5ed3.