mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Specify Unicode for resource block (#15370)
The StringFileInfo block was using "1252 Multilingual", change it to "1200 Unicode" for consistency. https://docs.microsoft.com/en-us/windows/win32/menurc/stringfileinfo-block Closes #15364.
This commit is contained in:
@@ -29,7 +29,7 @@ FILESUBTYPE VFT2_UNKNOWN
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "040904E4"
|
||||
BLOCK "040904B0"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "The qBittorrent Project"
|
||||
VALUE "FileDescription", "qBittorrent - A Bittorrent Client"
|
||||
|
||||
Reference in New Issue
Block a user