From c1aaf89baa6166707d7d489fe8ec1bcad1155df1 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 27 Jan 2022 19:06:07 -0500 Subject: Improve the About page Improves #106. This more clearly marks the original MultiMC contributors, and now correctly hides the "Build Platform" if this is set as empty. The version label is now moved under the "PolyMC" title so it looks just a little bit better (and matches other applications). The copyright on the "About" page now correctly attributes the MultiMC contributors just like on the "License" page. --- program_info/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program_info') diff --git a/program_info/CMakeLists.txt b/program_info/CMakeLists.txt index 26369fe5..0466b893 100644 --- a/program_info/CMakeLists.txt +++ b/program_info/CMakeLists.txt @@ -1,6 +1,6 @@ set(Launcher_CommonName "PolyMC") -set(Launcher_Copyright "PolyMC Contributors" PARENT_SCOPE) +set(Launcher_Copyright "PolyMC Contributors\\n© 2012-2021 MultiMC Contributors" PARENT_SCOPE) set(Launcher_Domain "polymc.org" PARENT_SCOPE) set(Launcher_Name "${Launcher_CommonName}" PARENT_SCOPE) set(Launcher_DisplayName "${Launcher_CommonName}" PARENT_SCOPE) -- cgit From cf3c2482c9e7f743088b590f8c90cc3be1308718 Mon Sep 17 00:00:00 2001 From: swirl Date: Wed, 2 Feb 2022 08:46:10 -0500 Subject: fix some windows branding Closes: #121 --- program_info/polymc.manifest | 2 +- program_info/polymc.rc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'program_info') diff --git a/program_info/polymc.manifest b/program_info/polymc.manifest index f1fe63ce..2d9eb165 100644 --- a/program_info/polymc.manifest +++ b/program_info/polymc.manifest @@ -1,6 +1,6 @@ - + diff --git a/program_info/polymc.rc b/program_info/polymc.rc index 08c21a41..011e944b 100644 --- a/program_info/polymc.rc +++ b/program_info/polymc.rc @@ -16,10 +16,10 @@ BEGIN BLOCK "000004b0" BEGIN VALUE "CompanyName", "MultiMC & PolyMC Contributors" - VALUE "FileDescription", "A Minecraft Launcher" + VALUE "FileDescription", "PolyMC" VALUE "FileVersion", "1.0.0.0" VALUE "ProductName", "PolyMC" - VALUE "ProductVersion", "5" + VALUE "ProductVersion", "1" END END BLOCK "VarFileInfo" -- cgit