mirror of
https://gitlab.com/Syping/gta5view-cmd
synced 2025-11-05 04:35:18 +01:00
add icon+manifest for gta5view-cmd
This commit is contained in:
parent
840caac34e
commit
fe4a6cd081
4 changed files with 59 additions and 5 deletions
36
res/app.rc
Normal file
36
res/app.rc
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
IDI_ICON1 ICON DISCARDABLE "5sync.ico"
|
||||
|
||||
#define RT_MANIFEST 24
|
||||
#define CREATEPROCESS_MANIFEST_RESOURCE_ID 1
|
||||
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "gta5view-cmd.exe.manifest"
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 0, 4, 0, 0
|
||||
PRODUCTVERSION 0, 4, 0, 0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
FILEFLAGS 0
|
||||
FILEOS VOS_NT_WINDOWS32
|
||||
FILETYPE VFT_APP
|
||||
FILESUBTYPE VFT2_UNKNOWN
|
||||
BEGIN
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x0409, 1200
|
||||
END
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "Syping"
|
||||
VALUE "FileDescription", "gta5view-cmd"
|
||||
VALUE "FileVersion", "0.4.0"
|
||||
VALUE "InternalName", "gta5view-cmd"
|
||||
VALUE "LegalCopyright", "Copyright © 2017-2018 Syping"
|
||||
VALUE "OriginalFilename", "gta5view-cmd.exe"
|
||||
VALUE "ProductName", "gta5view-cmd"
|
||||
VALUE "ProductVersion", "0.4.0"
|
||||
END
|
||||
END
|
||||
END
|
||||
Loading…
Add table
Add a link
Reference in a new issue