Skip to content

Commit

Permalink
winfw: update dll metadata (#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
pronebird authored Feb 28, 2025
1 parent 3d085b0 commit 60fc9e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nym-vpn-windows/winfw/src/winfw/winfw.rc
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "Mullvad VPN AB"
VALUE "FileDescription", "Mullvad VPN firewall module"
VALUE "CompanyName", "Nym Technologies SA"
VALUE "FileDescription", "Nym VPN firewall module"
VALUE "FileVersion", PRODUCT_VERSION
VALUE "InternalName", "winfw"
VALUE "LegalCopyright", "(c) 2025 Mullvad VPN AB"
VALUE "LegalCopyright", "(c) 2025 Nym Technologies SA"
VALUE "OriginalFilename", "winfw.dll"
VALUE "ProductName", "Mullvad VPN"
VALUE "ProductName", "Nym VPN"
VALUE "ProductVersion", PRODUCT_VERSION
END
END
Expand Down

0 comments on commit 60fc9e0

Please sign in to comment.