mirror of https://github.com/Genymobile/scrcpy
Add metadata to scrcpy.exe for Windows
Refs <https://stackoverflow.com/a/708382/1987178>
This commit is contained in:
parent
cfcbc2ac21
commit
29570ee819
|
@ -1 +1,20 @@
|
||||||
0 ICON "../data/icon.ico"
|
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…
Reference in New Issue