diff options
author | Samisafool <thenerdiestguy@gmail.com> | 2022-10-18 20:07:04 +0530 |
---|---|---|
committer | Samisafool <thenerdiestguy@gmail.com> | 2022-10-19 15:02:43 +0530 |
commit | 8201d1df0279693ab70a00e205a2612878b1d6b5 (patch) | |
tree | d10673a079c0815d14b2dd4c3500ebe9ea58f8fc /launcher/updater/DownloadTask.h | |
parent | ddf168c5361f99f25b881d839c5eb30aff3d4ee9 (diff) | |
download | PrismLauncher-8201d1df0279693ab70a00e205a2612878b1d6b5.tar.gz PrismLauncher-8201d1df0279693ab70a00e205a2612878b1d6b5.tar.bz2 PrismLauncher-8201d1df0279693ab70a00e205a2612878b1d6b5.zip |
Rename
Signed-off-by: Samisafool <thenerdiestguy@gmail.com>
Diffstat (limited to 'launcher/updater/DownloadTask.h')
-rw-r--r-- | launcher/updater/DownloadTask.h | 2 |
1 files changed, 1 insertions, 1 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. |