From a0aa87366c25611b1b0380e94d4edc8f9f2338e2 Mon Sep 17 00:00:00 2001
From: Mary <me@thog.eu>
Date: Wed, 8 Dec 2021 21:43:02 +0100
Subject: [PATCH] misc: Fix alsoft.ini being present on Linux releases (#2902)

---
 Ryujinx/Ryujinx.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Ryujinx/Ryujinx.csproj b/Ryujinx/Ryujinx.csproj
index e747dc5bc1..9d002d39e8 100644
--- a/Ryujinx/Ryujinx.csproj
+++ b/Ryujinx/Ryujinx.csproj
@@ -42,7 +42,7 @@
   </ItemGroup>
 
   <ItemGroup>
-    <None Update="alsoft.ini">
+    <None Update="alsoft.ini" Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(RuntimeIdentifier)' != 'osx-x64'">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </None>
     <None Update="Config.json" Condition="'$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Profile Debug'">