diff options
author | Petr Mrázek <peterix@users.noreply.github.com> | 2021-07-22 17:40:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 17:40:36 +0200 |
commit | 4fc37f5a35e58ff4b121f788e0477dff1f30a97b (patch) | |
tree | 267d043f0fb028a87c7cd60e008f8d2f11a6af8d /CMakeLists.txt | |
parent | 295bcbe3a71ab09e9eed283633e51beb525f483e (diff) | |
parent | 74f5255eef8b14455ca741c5004a97cd00fed667 (diff) | |
download | PrismLauncher-4fc37f5a35e58ff4b121f788e0477dff1f30a97b.tar.gz PrismLauncher-4fc37f5a35e58ff4b121f788e0477dff1f30a97b.tar.bz2 PrismLauncher-4fc37f5a35e58ff4b121f788e0477dff1f30a97b.zip |
Merge pull request #3931 from jamierocks/july-wrk2
NOISSUE Debranding, fix annoying warning, updated Patreon logo
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bcf931c0..5e3d6cea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,6 +75,9 @@ set(MultiMC_META_URL "https://meta.multimc.org/v1/" CACHE STRING "URL to fetch M # paste.ee API key set(MultiMC_PASTE_EE_API_KEY "utLvciUouSURFzfjPxLBf5W4ISsUX4pwBDF7N1AfZ" CACHE STRING "API key you can get from paste.ee when you register an account") +# Imgur API Client ID +set(MultiMC_IMGUR_CLIENT_ID "5b97b0713fba4a3" CACHE STRING "Client ID you can get from Imgur when you register an application") + # Google analytics ID set(MultiMC_ANALYTICS_ID "UA-87731965-2" CACHE STRING "ID you can get from Google analytics") |