mirror of
https://github.com/Genymobile/scrcpy
synced 2025-01-02 04:32:06 +00:00
5f3fb843f5
The previous version bump to 2.2 was incorrect, it was updated by: ./bump_version v2.2 instead of: ./bump_version 2.2 Correctly bump to version 2.3. Refs #4433 <https://github.com/Genymobile/scrcpy/issues/4433#issuecomment-1816830875>
24 lines
545 B
Plaintext
24 lines
545 B
Plaintext
#include <winuser.h>
|
|
|
|
0 ICON "data/icon.ico"
|
|
1 RT_MANIFEST "scrcpy-windows.manifest"
|
|
2 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", "2.3"
|
|
END
|
|
END
|
|
BLOCK "VarFileInfo"
|
|
BEGIN
|
|
VALUE "Translation", 0x409, 1252
|
|
END
|
|
END
|