diff --git a/ExpandedSearchInfo/ExpandedSearchInfo.csproj b/ExpandedSearchInfo/ExpandedSearchInfo.csproj index 9c384cb..9cbb8e9 100755 --- a/ExpandedSearchInfo/ExpandedSearchInfo.csproj +++ b/ExpandedSearchInfo/ExpandedSearchInfo.csproj @@ -2,7 +2,7 @@ net48 - 1.1.0 + 1.2.0 latest enable diff --git a/ExpandedSearchInfo/ILRepack.targets b/ExpandedSearchInfo/ILRepack.targets index 1e681a1..b7fdf00 100755 --- a/ExpandedSearchInfo/ILRepack.targets +++ b/ExpandedSearchInfo/ILRepack.targets @@ -12,7 +12,7 @@ Internalize="true" InputAssemblies="@(InputAssemblies)" TargetKind="Dll" - LibraryPath="$(OutputPath);$(AppData)\XIVLauncher\addon\Hooks" + LibraryPath="$(OutputPath);$(AppData)\XIVLauncher\addon\Hooks\dev" OutputFile="$(OutputPath)\$(AssemblyName).dll" />