Fix flip-flopped HTTP and HTTPS rule IDs

This commit is contained in:
Cameron Gutman 2020-08-14 17:57:45 -07:00
parent dbf43ac7a1
commit ac92212464

View File

@ -81,12 +81,12 @@
</File>
</Component>
<Component Id="GameStreamFirewallRules" Guid="{16CA2511-B533-46F8-8882-F8AEEFDFD7DF}" KeyPath="yes">
<fire:FirewallException Id="HttpFwException"
<fire:FirewallException Id="HttpsFwException"
Scope="any"
Port="47984"
Protocol="tcp"
Name="Moonlight - HTTPS"/>
<fire:FirewallException Id="HttpsFwException"
<fire:FirewallException Id="HttpFwException"
Scope="any"
Port="47989"
Protocol="tcp"