File tree Expand file tree Collapse file tree
sync-script/src/main/kotlin/services/updater Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ object JarAutoUpdater {
6868 // TODO: This is duplicated twice
6969 detailsText =
7070 " ${downloadedBytes.convertBytesToReadableMegabytesAsString()} MB /" +
71- " ${bytesToDownload.convertBytesToReadableMegabytesAsString()} MB" ,
71+ " ${bytesToDownload.convertBytesToReadableMegabytesAsString()} MB" ,
7272 )
7373 },
7474 ).downloadFile(fileEntityType = " JAR" )
@@ -116,7 +116,7 @@ object JarAutoUpdater {
116116 if (latestProjectVersionString == null ) {
117117 Logger .error {
118118 " ⚠\uFE0F It seems that the project version is missing, it could have been moved somewhere else. " +
119- " Consider updating manually."
119+ " Consider updating manually."
120120 }
121121 return false
122122 }
@@ -300,7 +300,7 @@ object JarAutoUpdater {
300300 private fun buildUpdateSuccessMessage (): Pair <String , String > =
301301 Pair (
302302 " Update Complete" ,
303- " ${ProjectInfoConstants .DISPLAY_NAME } has been updated. Relaunch to use the new version." ,
303+ " ${ProjectInfoConstants .DISPLAY_NAME } has been updated. Relaunch to use the new version. Please ignore the error that's shown by the launcher. " ,
304304 )
305305
306306 private fun shouldShowSuccessMessage (): Boolean = GuiState .isGuiEnabled
You can’t perform that action at this time.
0 commit comments