diff options
author | MindSwipe <juri.furer@protonmail.com> | 2021-12-26 15:06:35 +0100 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-01-05 22:10:55 -0300 |
commit | c928d8169cd80e48716a17819aa4b9e51b41da1a (patch) | |
tree | cf86b9fd0b679ebcc3226456b14e89747653cf86 /LauncherInjector | |
parent | ce6127ae96022ce6e803a876a2e39eed7bd754ea (diff) | |
download | NorthstarLauncher-c928d8169cd80e48716a17819aa4b9e51b41da1a.tar.gz NorthstarLauncher-c928d8169cd80e48716a17819aa4b9e51b41da1a.zip |
Add version resource
Diffstat (limited to 'LauncherInjector')
-rw-r--r-- | LauncherInjector/resources.rc | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/LauncherInjector/resources.rc b/LauncherInjector/resources.rc index a51894c4..c065b7bb 100644 --- a/LauncherInjector/resources.rc +++ b/LauncherInjector/resources.rc @@ -54,6 +54,45 @@ END // remains consistent on all systems. IDI_ICON1 ICON "ns_icon.ico" + +///////////////////////////////////////////////////////////////////////////// +// +// Version +// + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 1,3,0,0 + PRODUCTVERSION 1,3,0,0 + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x40004L + FILETYPE 0x1L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "080904b0" + BEGIN + VALUE "CompanyName", "Northstar Developers" + VALUE "FileDescription", "Northstar Launcher" + VALUE "FileVersion", "1.3.0.0" + VALUE "InternalName", "NorthstarLauncher.exe" + VALUE "LegalCopyright", "Copyright (C) 2021" + VALUE "OriginalFilename", "NorthstarLauncher.exe" + VALUE "ProductName", "Northstar Launcher" + VALUE "ProductVersion", "1.3.0.0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x809, 1200 + END +END + #endif // English (United Kingdom) resources ///////////////////////////////////////////////////////////////////////////// |