Skip to content

Commit

Permalink
Fix flip-flopped HTTP and HTTPS rule IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Aug 15, 2020
1 parent dbf43ac commit ac92212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mish/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ac92212

Please sign in to comment.