File: veyon-cli.rc.in

package info (click to toggle)
veyon 4.7.5%2Brepack1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,912 kB
  • sloc: cpp: 47,553; ansic: 7,236; makefile: 230; python: 219; sh: 47
file content (31 lines) | stat: -rw-r--r-- 1,006 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#include <windows.h>

CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST data/veyon-cli.exe.manifest

VS_VERSION_INFO	VERSIONINFO
  FILEVERSION	@VERSION_MAJOR@,@VERSION_MINOR@,@VERSION_PATCH@,@VERSION_BUILD@
  FILEFLAGSMASK 0x0L
  FILEOS	VOS_NT_WINDOWS32
  FILETYPE	VFT_APP
  FILESUBTYPE	VFT2_UNKNOWN
BEGIN
  BLOCK "StringFileInfo"
  BEGIN
    BLOCK "040904E4"
    //language ID = U.S. English, charset = Windows, Multilingual
    BEGIN
      VALUE "Comments",		"Virtual Eye On Networks (https://veyon.io)\0"
      VALUE "CompanyName",	"Veyon Solutions\0"
      VALUE "ProductName",	"Veyon\0"
      VALUE "ProductVersion",	"@VERSION_STRING@\0"
      VALUE "FileDescription",	"Veyon Command Line Interface (console version)\0"
      VALUE "FileVersion",	"@VERSION_STRING@\0"
      VALUE "LegalCopyright",	"Copyright (c) 2017-2022 Veyon Solutions / Tobias Junghans\0"
      VALUE "OriginalFilename",	"veyon-cli.exe\0"
    END
  END
  BLOCK "VarFileInfo"
  BEGIN
    VALUE "Translation", 0x0409, 0x04E4
  END
END