diff options
author | swirl <swurl@swurl.xyz> | 2022-01-26 17:40:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-26 17:40:49 -0500 |
commit | 02889b7a11842f8d1a34ec5ce6dff1f0b4a486fb (patch) | |
tree | d8eed237b3c830c47edeeeb0fb59236d740d5ab5 /CMakeLists.txt | |
parent | 068094583912797855cc7ef8045198d51eedcfac (diff) | |
parent | 0eff21a4f1ee97e4b0a484c608eac9617897446d (diff) | |
download | PrismLauncher-02889b7a11842f8d1a34ec5ce6dff1f0b4a486fb.tar.gz PrismLauncher-02889b7a11842f8d1a34ec5ce6dff1f0b4a486fb.tar.bz2 PrismLauncher-02889b7a11842f8d1a34ec5ce6dff1f0b4a486fb.zip |
Merge pull request #67 from PolyMC/feature/no_paste_ee
Full replacement of paste.ee
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2af0aa71..91119b2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,9 +68,6 @@ set(Launcher_NOTIFICATION_URL "" CACHE STRING "URL for checking for notification # The metadata server set(Launcher_META_URL "https://meta.multimc.org/v1/" CACHE STRING "URL to fetch Launcher's meta files from.") -# paste.ee API key -set(Launcher_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(Launcher_IMGUR_CLIENT_ID "5b97b0713fba4a3" CACHE STRING "Client ID you can get from Imgur when you register an application") |