Add metadata to scrcpy.exe for Windows

Refs <https://stackoverflow.com/a/708382/1987178>
This commit is contained in:
Romain Vimont 2021-12-09 23:04:40 +01:00
parent cfcbc2ac21
commit 29570ee819

View file

@ -1 +1,20 @@
0 ICON "../data/icon.ico"
1 VERSIONINFO
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "FileDescription", "Display and control your Android device"
VALUE "InternalName", "scrcpy"
VALUE "LegalCopyright", "Romain Vimont, Genymobile"
VALUE "OriginalFilename", "scrcpy.exe"
VALUE "ProductName", "scrcpy"
VALUE "ProductVersion", "1.21"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1252
END
END