mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2026-06-18 14:41:04 +00:00
Unify the version information
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
#include <windows.h>
|
||||
#include "version.h"
|
||||
#include "../version.h"
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION VER_FILEVERSION
|
||||
@@ -9,7 +9,7 @@ BEGIN
|
||||
BLOCK "040904E4"
|
||||
BEGIN
|
||||
VALUE "CompanyName", VER_COMPANYNAME_STR
|
||||
VALUE "FileDescription", VER_FILEDESCRIPTION_STR
|
||||
VALUE "FileDescription", "Moonlight Internet Streaming Service"
|
||||
VALUE "FileVersion", VER_FILEVERSION_STR
|
||||
END
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user