mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
fix: save plugin configs with type, in external directory
This commit is contained in:
parent
dabe178fd5
commit
6529b3429f
8 changed files with 64 additions and 40 deletions
|
|
@ -83,9 +83,9 @@ namespace Dalamud.Injector {
|
|||
ConfigurationPath = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) +
|
||||
@"\XIVLauncher\dalamudConfig.json",
|
||||
PluginDirectory = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) +
|
||||
@"\XIVLauncher\installedPluginsI",
|
||||
@"\XIVLauncher\installedPlugins",
|
||||
DefaultPluginDirectory = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) +
|
||||
@"\XIVLauncher\devPluginsI",
|
||||
@"\XIVLauncher\devPlugins",
|
||||
|
||||
GameVersion = "2020.02.11.0000.0000",
|
||||
Language = ClientLanguage.English
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue