mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 05:22:54 +08:00
Don't overwrite newer config files (doesn't seem to fix anything buut..).
This commit is contained in:
parent
90447b0ba7
commit
31c41e3e14
@ -104,7 +104,9 @@
|
||||
<None Include="..\osu.licenseheader">
|
||||
<Link>osu.licenseheader</Link>
|
||||
</None>
|
||||
<None Include="App.config" />
|
||||
<None Include="App.config">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user