diff options
author | swirl <swurl@swurl.xyz> | 2021-12-27 20:49:42 -0500 |
---|---|---|
committer | swirl <swurl@swurl.xyz> | 2021-12-27 20:49:42 -0500 |
commit | be5dc5db7094b7a740db004e17996113ca437b56 (patch) | |
tree | e5b3a2529f44ad7e5a02d81900b2d81fd6f43f9e /program_info | |
parent | a0a30293eb2fef28c0e14552b68aa623372819b7 (diff) | |
download | PrismLauncher-be5dc5db7094b7a740db004e17996113ca437b56.tar.gz PrismLauncher-be5dc5db7094b7a740db004e17996113ca437b56.tar.bz2 PrismLauncher-be5dc5db7094b7a740db004e17996113ca437b56.zip |
ebuild, fix GitHub URL
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 f418f8b2..c1711201 100644 --- a/program_info/CMakeLists.txt +++ b/program_info/CMakeLists.txt @@ -6,7 +6,7 @@ set(Launcher_Name "${Launcher_CommonName}" PARENT_SCOPE) set(Launcher_DisplayName "${Launcher_CommonName} 5" PARENT_SCOPE) set(Launcher_UserAgent "${Launcher_CommonName}/5.0" PARENT_SCOPE) set(Launcher_ConfigFile "polymc.cfg" PARENT_SCOPE) -set(Launcher_Git "https://github.com/PolyMC/Launcher" PARENT_SCOPE) +set(Launcher_Git "https://github.com/PolyMC/PolyMC" PARENT_SCOPE) set(Launcher_Branding_ICNS "program_info/Launcher.icns" PARENT_SCOPE) set(Launcher_Branding_WindowsRC "program_info/launcher.rc" PARENT_SCOPE) |