diff --git a/debian/DEBIAN/control b/debian/DEBIAN/control index 5103921..afa06ac 100644 --- a/debian/DEBIAN/control +++ b/debian/DEBIAN/control @@ -1,5 +1,5 @@ Package: spark-store -Version: 3.0.3-6 +Version: 3.0.3-7 Maintainer: shenmo Section: utils Source: https://gitee.com/deepin-community-store/spark-store @@ -7,6 +7,6 @@ Homepage: ttps://gitee.com/deepin-community-store/spark-store Architecture: amd64 Priority: optional Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), libqt5core5a (>= 5.11.0~rc1), libqt5gui5 (>= 5.11.0~rc1), libqt5widgets5 (>= 5.11.0~rc1), libqt5network5 (>= 5.11.0~rc1), libqt5webenginewidgets5 (>= 5.11.0~rc1), libqt5concurrent5 (>= 5.11.0~rc1), libdtkcore5 (>= 5.2.1-1), libdtkwidget5 (>= 5.2.1-1), libdtkgui5 (>= 5.2.0-1), libglib2.0-0, libgdk-pixbuf2.0-0, libnotify4, wget, curl, gdebi-core, gnupg -Description: Spark Store version 3.0.3-6 update +Description: Spark Store version 3.0.3-7 update Provides: deepin-app-store Conflicts: spark-dstore-patch diff --git a/debian/opt/durapps/spark-store/bin/spark-store b/debian/opt/durapps/spark-store/bin/spark-store index 6319c39..829b773 100755 Binary files a/debian/opt/durapps/spark-store/bin/spark-store and b/debian/opt/durapps/spark-store/bin/spark-store differ diff --git a/debian/usr/share/spark-store/translations/spark-store_zh_CN.qm b/debian/usr/share/spark-store/translations/spark-store_zh_CN.qm index d5a7af7..591dc4d 100644 Binary files a/debian/usr/share/spark-store/translations/spark-store_zh_CN.qm and b/debian/usr/share/spark-store/translations/spark-store_zh_CN.qm differ diff --git a/src/main.cpp b/src/main.cpp index bf07a8c..a928914 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -42,7 +42,7 @@ int main(int argc, char *argv[]) a.setOrganizationName("spark-union"); a.setOrganizationDomain("https://www.deepinos.org/"); a.setApplicationName("Spark Store"); //不需要翻译,否则 ~/.local/share/ 下文件夹名称也被翻译为中文 - a.setApplicationVersion(DApplication::buildVersion("3.0.3 LTS")); + a.setApplicationVersion(DApplication::buildVersion("3.0.3-7")); a.setApplicationAcknowledgementPage("https://gitee.com/deepin-community-store/spark-store"); a.setApplicationDescription( QObject::tr( diff --git a/src/widget.cpp b/src/widget.cpp index f5a9849..7232bee 100644 --- a/src/widget.cpp +++ b/src/widget.cpp @@ -1369,6 +1369,6 @@ void Widget::on_webEngineView_loadFinished(bool arg1) void Widget::on_pushButton_update_clicked() { - QDesktopServices::openUrl(QUrl("http://www.shenmo.tech:420/?p=485")); + QDesktopServices::openUrl(QUrl("https://www.deepinos.org/")); }