mirror of https://github.com/debauchee/barrier.git
Fixed typo #4247
This commit is contained in:
parent
0d3f14adb9
commit
774b217e8f
|
@ -84,7 +84,7 @@
|
||||||
Start="install" Stop="both" Remove="uninstall" />
|
Start="install" Stop="both" Remove="uninstall" />
|
||||||
|
|
||||||
<File Source="$(var.BinPath)/synergys.exe">
|
<File Source="$(var.BinPath)/synergys.exe">
|
||||||
<fire:FirewallException Id="SereverFirewallException" Name="$(var.Name)" Scope="any" IgnoreFailure="yes" />
|
<fire:FirewallException Id="ServerFirewallException" Name="$(var.Name)" Scope="any" IgnoreFailure="yes" />
|
||||||
</File>
|
</File>
|
||||||
|
|
||||||
<File Source="$(var.BinPath)/synergyc.exe" />
|
<File Source="$(var.BinPath)/synergyc.exe" />
|
||||||
|
|
Loading…
Reference in New Issue