diff options
author | kb1000 <kaeptmblaubaer1000@gmail.com> | 2021-10-21 01:46:13 +0200 |
---|---|---|
committer | kb1000 <kaeptmblaubaer1000@gmail.com> | 2021-10-21 01:46:13 +0200 |
commit | 8bc5b5a01f13dc3ec3fd8188893747ef6ffd7ca0 (patch) | |
tree | 4d1299bbffd2dddfbe8112f88f87176ef9aeb772 /notsecrets | |
parent | 264d3017aac89eaf4ea2a1e06bd8631259fcbe10 (diff) | |
download | PrismLauncher-8bc5b5a01f13dc3ec3fd8188893747ef6ffd7ca0.tar.gz PrismLauncher-8bc5b5a01f13dc3ec3fd8188893747ef6ffd7ca0.tar.bz2 PrismLauncher-8bc5b5a01f13dc3ec3fd8188893747ef6ffd7ca0.zip |
NOISSUE Update repository links
Diffstat (limited to 'notsecrets')
-rw-r--r-- | notsecrets/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notsecrets/CMakeLists.txt b/notsecrets/CMakeLists.txt index 2369d046..b5dd3cf8 100644 --- a/notsecrets/CMakeLists.txt +++ b/notsecrets/CMakeLists.txt @@ -11,7 +11,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 "devlauncher.cfg" PARENT_SCOPE) -set(Launcher_Git "https://github.com/MultiMC/MultiMC5" PARENT_SCOPE) +set(Launcher_Git "https://github.com/MultiMC/Launcher" PARENT_SCOPE) set(Launcher_Branding_ICNS "notsecrets/Launcher.icns" PARENT_SCOPE) set(Launcher_Branding_WindowsRC "notsecrets/launcher.rc" PARENT_SCOPE) |