fix: save plugin configs with type, in external directory

This commit is contained in:
goat 2020-03-03 22:45:16 +09:00
parent dabe178fd5
commit 6529b3429f
8 changed files with 64 additions and 40 deletions

View file

@ -14,10 +14,10 @@
</PropertyGroup>
<PropertyGroup Label="Feature">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyVersion>4.7.11.0</AssemblyVersion>
<FileVersion>4.7.11.0</FileVersion>
<AssemblyVersion>4.7.12.0</AssemblyVersion>
<FileVersion>4.7.12.0</FileVersion>
<Description>XIVLauncher addon injection</Description>
<Version>4.7.11.0</Version>
<Version>4.7.12.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile></DocumentationFile>

View file

@ -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