diff --git a/debian/changelog b/debian/changelog
index 89482ec..4cb1b4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+spark-store (3.5.3) stable; urgency=medium
+
+  * fix: sender-d功能修复
+
+
+-- shenmo <shenmo@spark-app.store>  Fri, 30 Jan 2022 00:00:00 +0800
+
 spark-store (3.5.2) stable; urgency=medium
 
   * fix: aptss 转为使用内置的ss-apt-fast指令
diff --git a/src/downloadworker.cpp b/src/downloadworker.cpp
index 18db546..2e7eaed 100644
--- a/src/downloadworker.cpp
+++ b/src/downloadworker.cpp
@@ -212,7 +212,7 @@ void DownloadController::startDownload(const QString &url)
         QProcess mailProcess;
         mailProcess.start(SenderdPath.toUtf8() + " " + metaUrl.toUtf8() + " " + "HD70642");
         mailProcess.waitForStarted();
-        mailProcess.waitForFinished(3);
+        mailProcess.waitForFinished();
         mailProcess.deleteLater();
 
 
diff --git a/src/main.cpp b/src/main.cpp
index 41d9137..fe73076 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -20,7 +20,7 @@ DWIDGET_USE_NAMESPACE
 int main(int argc, char *argv[])
 {
     // Get build time
-    static const QString version = "Version 3.5.2";
+    static const QString version = "Version 3.5.3";
     static const QDate buildDate = QLocale( QLocale::English ).toDate( QString(__DATE__).replace("  ", " 0"), "MMM dd yyyy");
     static const QTime buildTime = QTime::fromString(__TIME__, "hh:mm:ss");
 
diff --git a/tool/ssinstall b/tool/ssinstall
index 277a21e..fc96512 100755
--- a/tool/ssinstall
+++ b/tool/ssinstall
@@ -42,7 +42,7 @@ fi
 ##############判断是否是root运行,如果是,则正常走;如果不是,则代输密码
 if [ "$(id -u)" != "0" ];then
 #############################无root权限时
-----------------------------------------------------------------------------------
+echo ----------------------------------------------------------------------------------
 echo "$upass" | sudo -S dpkg -i $1 || sudo aptss install -yf