Skip to content

Commit e88f7d2

Browse files
committed
auto update fix test 1
1 parent 60de84f commit e88f7d2

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)