diff options
author | swirl <swurl@swurl.xyz> | 2022-02-03 13:43:44 -0500 |
---|---|---|
committer | swirl <swurl@swurl.xyz> | 2022-02-03 13:43:44 -0500 |
commit | f5358aa1ca4b7d44dfe75d8e55e26d4b22e09dc6 (patch) | |
tree | 0f916be4404c7cf0908f89128e4ab40f55ffd8f0 /program_info | |
parent | 3d3f9a8609308ed141c47921607c6e60b1558493 (diff) | |
parent | 1f176fcb7b2cf9281ac95880d85c1cf7597618e6 (diff) | |
download | PrismLauncher-f5358aa1ca4b7d44dfe75d8e55e26d4b22e09dc6.tar.gz PrismLauncher-f5358aa1ca4b7d44dfe75d8e55e26d4b22e09dc6.tar.bz2 PrismLauncher-f5358aa1ca4b7d44dfe75d8e55e26d4b22e09dc6.zip |
Merge branch 'develop' into feature/close_after_launch
Diffstat (limited to 'program_info')
-rw-r--r-- | program_info/CMakeLists.txt | 2 | ||||
-rw-r--r-- | program_info/polymc.manifest | 2 | ||||
-rw-r--r-- | program_info/polymc.rc | 4 |
3 files changed, 4 insertions, 4 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) 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 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> - <assemblyIdentity name="PolyMC.Application.5" type="win32" version="5.0.0.0" /> + <assemblyIdentity name="PolyMC.Application.1" type="win32" version="1.0.0.0" /> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> <security> <requestedPrivileges> 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" |