Update miniupnpc to 677e0db63649ad2aeb536783eb745c651f2fd5c2

Rebuild as DLL to prevent MSVC version incompatibility
This commit is contained in:
Cameron Gutman
2020-11-29 15:53:14 -06:00
parent 90642afdd1
commit 1b28a44899
10 changed files with 27 additions and 7 deletions

View File

@@ -30,7 +30,7 @@
<Fragment>
<ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
<Component Id="ProductComponent">
<Component Id="GSv6Fwd">
<File Source="$(var.GSv6Fwd.TargetPath)" KeyPath="yes" Id="GSv6FwdExe">
<fire:FirewallException Id="FwException"
Scope="any"
@@ -52,6 +52,12 @@
</ServiceInstall>
<ServiceControl Id="StartService" Start="install" Stop="both" Remove="uninstall" Name="GSv6FwdSvc" Wait="yes" />
</Component>
<Component Id="MiniupnpcDll">
<File Source="$(var.GSv6Fwd.TargetDir)\miniupnpc.dll" KeyPath="yes"/>
</Component>
<Component Id="LibnatpmpDll">
<File Source="$(var.GSv6Fwd.TargetDir)\libnatpmp.dll" KeyPath="yes"/>
</Component>
</ComponentGroup>
</Fragment>
</Wix>