Win x86 builds

This commit is contained in:
Qstick
2020-11-10 22:56:47 -05:00
parent 38fafb87aa
commit bd9d972749
6 changed files with 24 additions and 18 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<OutputType>WinExe</OutputType>
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks>
<NeutralLanguage>en</NeutralLanguage>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>win-x64;win-x86</RuntimeIdentifiers>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>..\NzbDrone.Host\Readarr.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>