mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-11 10:06:40 +00:00
misc: Fix alsoft.ini being present on Linux releases (#2902)
This commit is contained in:
parent
3e2f89b4fd
commit
a0aa87366c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Update="alsoft.ini">
|
<None Update="alsoft.ini" Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(RuntimeIdentifier)' != 'osx-x64'">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
<None Update="Config.json" Condition="'$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Profile Debug'">
|
<None Update="Config.json" Condition="'$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Profile Debug'">
|
||||||
|
|
Loading…
Reference in a new issue