fix: use appdata variable instead of path

This commit is contained in:
Anna 2020-08-04 20:26:38 -04:00
parent aeb2c578d3
commit 5dca5fbd1f
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0

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" />