Skip to content

Commit 204efa5

Browse files
authored
windows installer: Expand firewall-rule option (#3736)
Installer now provides a hint about why OS wants a firewall exception.
1 parent 917c125 commit 204efa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/windows-installer.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Name: "slovak"; MessagesFile: "compiler:Languages\Slovak.isl"
112112
[Tasks]
113113
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
114114
Name: "fileassoc"; Description: "{cm:AssocFileExtension,{#MyAppName},.osp}"; GroupDescription: "{cm:AdditionalIcons}";
115-
Name: "firewall"; Description: "Add an exception to the Windows Firewall"; GroupDescription: "{cm:AdditionalIcons}";
115+
Name: "firewall"; Description: "Add an exception to the Windows Firewall for optionally sending anonymized usage and error information."; GroupDescription: "{cm:AdditionalIcons}";
116116

117117
[InstallDelete]
118118
; Remove previous installed versions of OpenShot

0 commit comments

Comments
 (0)