mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-02 18:24:53 +00:00
Merge pull request #3778 from RisingFog/fix_windows_build
Fix Windows build not copying certain Sys files
This commit is contained in:
commit
7e832c4726
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<!--Copy Exe, Data directory and DLLs which should be located in the executable directory-->
|
<!--Copy Exe, Data directory and DLLs which should be located in the executable directory-->
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<DataSysFiles Include="$(DolphinRootDir)Data\**\Sys\*.*" />
|
<DataSysFiles Include="$(DolphinRootDir)Data\**\Sys\**\*.*" />
|
||||||
<DataTxtFiles Include="$(DolphinRootDir)Data\*.txt" />
|
<DataTxtFiles Include="$(DolphinRootDir)Data\*.txt" />
|
||||||
<ExternalDlls Include="$(ExternalsDir)OpenAL\$(PlatformName)\*.dll" />
|
<ExternalDlls Include="$(ExternalsDir)OpenAL\$(PlatformName)\*.dll" />
|
||||||
<BinaryFiles Include="$(TargetPath)" />
|
<BinaryFiles Include="$(TargetPath)" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue