Fix the output path for dictionaries in the portable install

This commit is contained in:
Thomas Goyne 2013-04-20 06:53:20 -07:00
parent f68cc1e584
commit 9c98d1bc13
1 changed files with 2 additions and 2 deletions

View File

@ -165,10 +165,10 @@
<RarContents Include="$(VCInstallDir)redist\$(PlatformName)\Microsoft.VC110.MFC\mfc110u.dll" />
<RarContents Include="$(VCInstallDir)redist\$(PlatformName)\Microsoft.VC110.MFC\mfcm110u.dll" />
<RarContents Include="$(AegisubSourceBase)bin\dictionaries\en_US.aff">
<OutputPath>dictionaries</OutputPath>
<OutputPath>dictionaries\</OutputPath>
</RarContents>
<RarContents Include="$(AegisubSourceBase)bin\dictionaries\en_US.dic">
<OutputPath>dictionaries</OutputPath>
<OutputPath>dictionaries\</OutputPath>
</RarContents>
</ItemGroup>
<ItemGroup>