diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-10-19 12:13:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 12:13:13 +0200 |
commit | c6515c1dad7e2d3698e78398f838ac60bd5d376f (patch) | |
tree | d10673a079c0815d14b2dd4c3500ebe9ea58f8fc /launcher/updater | |
parent | ddf168c5361f99f25b881d839c5eb30aff3d4ee9 (diff) | |
parent | 8201d1df0279693ab70a00e205a2612878b1d6b5 (diff) | |
download | PrismLauncher-c6515c1dad7e2d3698e78398f838ac60bd5d376f.tar.gz PrismLauncher-c6515c1dad7e2d3698e78398f838ac60bd5d376f.tar.bz2 PrismLauncher-c6515c1dad7e2d3698e78398f838ac60bd5d376f.zip |
Merge pull request #54 from Samisafool/develop
Diffstat (limited to 'launcher/updater')
-rw-r--r-- | launcher/updater/DownloadTask.h | 2 | ||||
-rw-r--r-- | launcher/updater/GoUpdate.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/launcher/updater/DownloadTask.h b/launcher/updater/DownloadTask.h index f47a3048..19a6265c 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, PolyMC will not delete files that + * If the current version's info file can't be found, Prism Launcher 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. diff --git a/launcher/updater/GoUpdate.cpp b/launcher/updater/GoUpdate.cpp index 91f30b5d..4bc7dfa9 100644 --- a/launcher/updater/GoUpdate.cpp +++ b/launcher/updater/GoUpdate.cpp @@ -104,7 +104,7 @@ bool processFileLists } } - // Next, check each file in PolyMC's folder and see if we need to update them. + // Next, check each file in Prism Launcher'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 |