diff options
author | Joshua Goins <josh@redstrate.com> | 2022-01-27 19:06:07 -0500 |
---|---|---|
committer | Joshua Goins <josh@redstrate.com> | 2022-01-27 19:06:07 -0500 |
commit | c1aaf89baa6166707d7d489fe8ec1bcad1155df1 (patch) | |
tree | fcafb77fdadd378abb9b47cefc847f1d545a2bf7 /program_info | |
parent | 33aac2985a79fb7d7eec82c9fb7eac3973779cce (diff) | |
download | PrismLauncher-c1aaf89baa6166707d7d489fe8ec1bcad1155df1.tar.gz PrismLauncher-c1aaf89baa6166707d7d489fe8ec1bcad1155df1.tar.bz2 PrismLauncher-c1aaf89baa6166707d7d489fe8ec1bcad1155df1.zip |
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.
Diffstat (limited to 'program_info')
-rw-r--r-- | program_info/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |