fix: use appdata variable instead of path

This commit is contained in:
Anna 2020-08-04 20:26:38 -04:00
parent 21c58831a6
commit 15f70cad24
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\Users\Kyle\AppData\Roaming\XIVLauncher\addon\Hooks\Newtonsoft.Json.dll</HintPath>
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />