mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-02 22:29:25 +00:00
Add metadata to scrcpy.exe for Windows
Refs <https://stackoverflow.com/a/708382/1987178>
This commit is contained in:
parent
c57da7c79e
commit
8b829b0d5c
1 changed files with 19 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue