diff options
author | Petr Mrázek <peterix@gmail.com> | 2021-10-20 23:06:21 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2021-10-21 00:47:53 +0200 |
commit | d9b46289a1b9eec5bda19bd168750afba23a9ca4 (patch) | |
tree | 1347e4a0a28494de9e274e4b3963728fb92c6764 /notsecrets | |
parent | 5b3dffce62f7e4c00436adeca33c5f2fc4a21db4 (diff) | |
download | PrismLauncher-d9b46289a1b9eec5bda19bd168750afba23a9ca4.tar.gz PrismLauncher-d9b46289a1b9eec5bda19bd168750afba23a9ca4.tar.bz2 PrismLauncher-d9b46289a1b9eec5bda19bd168750afba23a9ca4.zip |
NOISSUE finish up the obvious parts of debranding
This is not absolutely complete, but reasonably so
Diffstat (limited to 'notsecrets')
-rw-r--r-- | notsecrets/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/notsecrets/CMakeLists.txt b/notsecrets/CMakeLists.txt index f12b5274..2369d046 100644 --- a/notsecrets/CMakeLists.txt +++ b/notsecrets/CMakeLists.txt @@ -11,6 +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_Branding_ICNS "notsecrets/Launcher.icns" PARENT_SCOPE) set(Launcher_Branding_WindowsRC "notsecrets/launcher.rc" PARENT_SCOPE) |