Add metadata to scrcpy.exe for Windows

Refs <https://stackoverflow.com/a/708382/1987178>
pull/2887/head
Romain Vimont 2 years ago
parent cfcbc2ac21
commit 29570ee819

@ -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

Loading…
Cancel
Save