diff options
author | Petr Mrázek <peterix@users.noreply.github.com> | 2021-03-26 00:38:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 00:38:58 +0000 |
commit | 369a243f1f04b6c2e18309fbcddc7389fc7f6ce4 (patch) | |
tree | f30aa799d5b728af4fff6074af1eeecb28385c10 /application/CMakeLists.txt | |
parent | 1db6985be269680c4e0277e698790164241bf604 (diff) | |
parent | a0cb1a0d427087c84690224b37c2c9d0fba4f6cb (diff) | |
download | PrismLauncher-369a243f1f04b6c2e18309fbcddc7389fc7f6ce4.tar.gz PrismLauncher-369a243f1f04b6c2e18309fbcddc7389fc7f6ce4.tar.bz2 PrismLauncher-369a243f1f04b6c2e18309fbcddc7389fc7f6ce4.zip |
Merge pull request #3682 from kb-1000/rename-twitch-curseforge
NOISSUE rename Twitch to flame internally for consistency and to CurseForge for user displayed strings
Diffstat (limited to 'application/CMakeLists.txt')
-rw-r--r-- | application/CMakeLists.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index a81327e3..afd13574 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -145,11 +145,11 @@ SET(MULTIMC_SOURCES pages/modplatform/legacy_ftb/ListModel.h pages/modplatform/legacy_ftb/ListModel.cpp - pages/modplatform/twitch/TwitchData.h - pages/modplatform/twitch/TwitchModel.cpp - pages/modplatform/twitch/TwitchModel.h - pages/modplatform/twitch/TwitchPage.cpp - pages/modplatform/twitch/TwitchPage.h + pages/modplatform/flame/FlameData.h + pages/modplatform/flame/FlameModel.cpp + pages/modplatform/flame/FlameModel.h + pages/modplatform/flame/FlamePage.cpp + pages/modplatform/flame/FlamePage.h pages/modplatform/technic/TechnicModel.cpp pages/modplatform/technic/TechnicModel.h @@ -276,7 +276,7 @@ SET(MULTIMC_UIS pages/modplatform/atlauncher/AtlPage.ui pages/modplatform/ftb/FtbPage.ui pages/modplatform/legacy_ftb/Page.ui - pages/modplatform/twitch/TwitchPage.ui + pages/modplatform/flame/FlamePage.ui pages/modplatform/technic/TechnicPage.ui pages/modplatform/ImportPage.ui |