From 1d8196e11a3ff901d5e65d9f6dc4d2ea98df3cc8 Mon Sep 17 00:00:00 2001 From: swirl Date: Mon, 10 Jan 2022 12:46:43 -0500 Subject: More rebranding Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC. --- launcher/updater/DownloadTask.h | 3 ++- launcher/updater/GoUpdate.cpp | 2 +- .../updater/testdata/tst_DownloadTask-test_writeInstallScript.xml | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'launcher/updater') diff --git a/launcher/updater/DownloadTask.h b/launcher/updater/DownloadTask.h index eac26238..f47a3048 100644 --- a/launcher/updater/DownloadTask.h +++ b/launcher/updater/DownloadTask.h @@ -54,7 +54,7 @@ protected: /*! * Downloads the version info files from the repository. * The files for both the current build, and the build that we're updating to need to be downloaded. - * If the current version's info file can't be found, MultiMC will not delete files that + * If the current version's info file can't be found, PolyMC will not delete files that * were removed between versions. It will still replace files that have changed, however. * Note that although the repository URL for the current version is not given to the update task, * the task will attempt to look it up in the UpdateChecker's channel list. @@ -97,3 +97,4 @@ private: }; } + diff --git a/launcher/updater/GoUpdate.cpp b/launcher/updater/GoUpdate.cpp index 76f68b55..91f30b5d 100644 --- a/launcher/updater/GoUpdate.cpp +++ b/launcher/updater/GoUpdate.cpp @@ -104,7 +104,7 @@ bool processFileLists } } - // Next, check each file in MultiMC's folder and see if we need to update them. + // Next, check each file in PolyMC's folder and see if we need to update them. for (VersionFileEntry entry : newVersion) { // TODO: Let's not MD5sum a ton of files on the GUI thread. We should probably find a diff --git a/launcher/updater/testdata/tst_DownloadTask-test_writeInstallScript.xml b/launcher/updater/testdata/tst_DownloadTask-test_writeInstallScript.xml index 09c162ca..38ecc809 100644 --- a/launcher/updater/testdata/tst_DownloadTask-test_writeInstallScript.xml +++ b/launcher/updater/testdata/tst_DownloadTask-test_writeInstallScript.xml @@ -6,8 +6,8 @@ 0777 - MultiMC.exe - M/u/l/t/i/M/C/e/x/e + PolyMC.exe + P/o/l/y/M/C/e/x/e 0644 -- cgit