Merge branch 'master' into net7

This commit is contained in:
goat 2022-12-26 15:06:25 +01:00
commit de31fccd76
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
5 changed files with 34 additions and 5 deletions

View file

@ -103,6 +103,9 @@ public class BranchSwitcherWindow : Window
{
Pick();
// If we exit immediately, we need to write out the new config now
Service<DalamudConfiguration>.Get().ForceSave();
var appData = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData);
var xlPath = Path.Combine(appData, "XIVLauncher", "XIVLauncher.exe");