36c75e15b8
The files in data/ are specific to the client app (not the server).
This also avoids to reference the parent directory (../) from
app/meson.build.
Refs 8d583d36e2
23 lines
546 B
Text
23 lines
546 B
Text
#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", "1.22"
|
|
END
|
|
END
|
|
BLOCK "VarFileInfo"
|
|
BEGIN
|
|
VALUE "Translation", 0x409, 1252
|
|
END
|
|
END
|