mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 04:52:50 +00:00
Id is not a GUID
This commit is contained in:
parent
5e0a3a5a49
commit
a88d398587
@ -167,10 +167,10 @@ class WindowsBuilder(Builder):
|
||||
if 'OpenLP.exe' in source:
|
||||
description = 'Firewall exception for OpenLP\'s remote interface (UDP)'
|
||||
program = '[#file_e368869eb54b01e2288a3359b1cf51f8]'
|
||||
component.append(FxE.FirewallException(Id='1797D56F-0AD4-81A6-6011-F8AE0B7CFB4F', Name='OpenLP',
|
||||
component.append(FxE.FirewallException(Id='OpenLP_TCP', Name='OpenLP',
|
||||
Description=description, IgnoreFailure='yes',
|
||||
Program=program, Protocol='tcp', Scope='any'))
|
||||
component.append(FxE.FirewallException(Id='183115E6-A080-964D-4A4F-43880083F189', Name='OpenLP',
|
||||
component.append(FxE.FirewallException(Id='OpenLP_UDP', Name='OpenLP',
|
||||
Description=description, IgnoreFailure='yes',
|
||||
Program=program, Protocol='udp', Scope='any'))
|
||||
element.append(component)
|
||||
|
Loading…
Reference in New Issue
Block a user