mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-11-04 00:02:21 +08:00
fix:修复版本号显示错误问题
This commit is contained in:
parent
ddf1f7396b
commit
782066cf57
@ -30,8 +30,8 @@ QStringList aptssUpdater::getUpdateablePackages()
|
||||
|
||||
if (match.hasMatch()) {
|
||||
QString packageName = match.captured(1);
|
||||
QString currentVersion = match.captured(2);
|
||||
QString updateVersion = match.captured(3);
|
||||
QString updateVersion = match.captured(2);
|
||||
QString currentVersion = match.captured(3);
|
||||
packageDetails << QString("%1 (%2 -> %3)").arg(packageName, currentVersion, updateVersion);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user