mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07: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:
parent
72ba22afd1
commit
f3a5a43a20
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue