mirror of
https://gitee.com/spark-store-project/spark-web-app-runtime.git
synced 2025-06-02 21:29:50 +08:00
修改: spark-webapp-runtime/main.cpp的版本号
This commit is contained in:
parent
e86473c650
commit
e00273c0e6
@ -50,7 +50,7 @@ int main(int argc, char *argv[])
|
||||
.arg(QObject::tr("Presented By Spark developers # HadesStudio"));
|
||||
dialog.setDescription(szDefaultDesc);
|
||||
//Version
|
||||
dialog.setVersion(DApplication::buildVersion(QString("%1 %2").arg(QObject::tr("Version")).arg("1.0")));
|
||||
dialog.setVersion(DApplication::buildVersion(QString("%1 %2").arg(QObject::tr("Version")).arg("1.4")));
|
||||
//Website name
|
||||
dialog.setWebsiteName("spark-app.store");
|
||||
//Website link
|
||||
|
Loading…
x
Reference in New Issue
Block a user