mirror of
https://github.com/moonlight-stream/GS-IPv6-Forwarder.git
synced 2025-07-01 15:25:31 +00:00
Add additional binary metadata
This commit is contained in:
parent
3403afb42b
commit
52b66262de
@ -1,15 +1,19 @@
|
||||
#include <windows.h>
|
||||
#include "../version.h"
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,2,0,0
|
||||
FILEVERSION VER_VERSION
|
||||
PRODUCTVERSION VER_VERSION
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "040904E4"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "Moonlight Game Streaming Project"
|
||||
VALUE "CompanyName", VER_COMPANYNAME_STR
|
||||
VALUE "FileDescription", "IPv6 Forwarder for GameStream"
|
||||
VALUE "ProductName", "IPv6 Forwarder for GameStream"
|
||||
VALUE "ProductName", VER_PRODUCTNAME_STR
|
||||
VALUE "FileVersion", VER_VERSION_STR
|
||||
VALUE "ProductVersion", VER_VERSION_STR
|
||||
END
|
||||
END
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user