mirror of https://github.com/odrling/Aegisub
Fix the output path for dictionaries in the portable install
This commit is contained in:
parent
f68cc1e584
commit
9c98d1bc13
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue