mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2025-06-30 23:05:31 +00:00
Fix minor installer build warnings
This commit is contained in:
parent
6b1a0856cc
commit
624af65b55
@ -27,6 +27,7 @@
|
||||
<Chain>
|
||||
<ExePackage Name="Microsoft Visual C++ 2015-2019 Redistributable - x86"
|
||||
Cache="no"
|
||||
Compressed="no"
|
||||
PerMachine="yes"
|
||||
Permanent="yes"
|
||||
Vital="yes"
|
||||
|
@ -53,10 +53,10 @@
|
||||
<Fragment>
|
||||
<ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
|
||||
<Component Id="MiniupnpcDll">
|
||||
<File Source="$(var.miss.TargetDir)\miniupnpc.dll" KeyPath="yes"/>
|
||||
<File Source="$(var.miss.TargetDir)miniupnpc.dll" KeyPath="yes"/>
|
||||
</Component>
|
||||
<Component Id="LibnatpmpDll">
|
||||
<File Source="$(var.miss.TargetDir)\libnatpmp.dll" KeyPath="yes"/>
|
||||
<File Source="$(var.miss.TargetDir)libnatpmp.dll" KeyPath="yes"/>
|
||||
</Component>
|
||||
<Component Id="MISS">
|
||||
<File Source="$(var.miss.TargetPath)" KeyPath="yes">
|
||||
|
Loading…
x
Reference in New Issue
Block a user