Skip to content

Commit b589cbb

Browse files
committed
check update fix
1 parent a880341 commit b589cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt_gui/check_update.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ tr("The Auto Updater allows up to 60 update checks per hour.\\nYou have reached
158158
}
159159
}
160160

161-
latestRev = latestVersion.right(40);
161+
latestRev = latestVersion.right(40).left(7);
162162
latestDate = jsonObj["published_at"].toString();
163163

164164
QJsonArray assets = jsonObj["assets"].toArray();

0 commit comments

Comments
 (0)