mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Merge pull request #3888 from RisingFog/remove_cpack_txt
Remove cpack_package_description.txt from Windows builds
This commit is contained in:
commit
dba9d86b55
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@
|
||||||
<!--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\license.txt" />
|
||||||
<ExternalDlls Include="$(ExternalsDir)OpenAL\$(PlatformName)\*.dll" />
|
<ExternalDlls Include="$(ExternalsDir)OpenAL\$(PlatformName)\*.dll" />
|
||||||
<BinaryFiles Include="$(TargetPath)" />
|
<BinaryFiles Include="$(TargetPath)" />
|
||||||
<AllInputFiles Include="@(DataSysFiles);@(DataTxtFiles);@(ExternalDlls);@(BinaryFiles)" />
|
<AllInputFiles Include="@(DataSysFiles);@(DataTxtFiles);@(ExternalDlls);@(BinaryFiles)" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue