Browse Source

Added RIDs to installer so that they hopefully build successfully

pull/62/head
Anairkoen Schno 3 years ago
parent
commit
1ba8148ca5
Signed by: DaNike GPG Key ID: BEFB74D5F3FC4387
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      IPA/IPA.csproj

+ 1
- 0
IPA/IPA.csproj View File

@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net461;netcoreapp3.1</TargetFrameworks>
<RuntimeIdentifiers>win7-x64;win7-x86;linux-x64</RuntimeIdentifiers>
<RootNamespace>IPA</RootNamespace>
<AssemblyName>IPA</AssemblyName>
<PathMap>$(SolutionDir)=C:\</PathMap>


Loading…
Cancel
Save