From 7f8759510f7652fe736784e35fe4019dcae59d6c Mon Sep 17 00:00:00 2001 From: RX6900XT Date: Wed, 29 Jun 2022 03:24:38 +0000 Subject: [PATCH 1/2] =?UTF-8?q?update=20spark-dwine-helper/s-wine-helper/d?= =?UTF-8?q?eepinwine/tools/spark=5Frun=5Fv4.sh.=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=BA=86Spark-WeCom=E7=9A=84=E4=BC=98=E5=8C=96=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../s-wine-helper/deepinwine/tools/spark_run_v4.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spark-dwine-helper/s-wine-helper/deepinwine/tools/spark_run_v4.sh b/spark-dwine-helper/s-wine-helper/deepinwine/tools/spark_run_v4.sh index b8ce813..150bfa0 100755 --- a/spark-dwine-helper/s-wine-helper/deepinwine/tools/spark_run_v4.sh +++ b/spark-dwine-helper/s-wine-helper/deepinwine/tools/spark_run_v4.sh @@ -443,7 +443,7 @@ CallApp() "Deepin-WeChat") CallWeChat "$@" ;; - "Deepin-WXWork") + "Deepin-WXWork"|"Spark-WeCom") CallWXWork "$@" ;; "Deepin-Dding") @@ -485,7 +485,7 @@ CallApp() "Spark-flyele") CallFlyele "$@" ;; - "Spark-douyin") + "Spark-douyin") CallDouyin "$@" ;; *) -- Gitee From 766a975b34ca07f5a31db2ab8ec7124269af4f49 Mon Sep 17 00:00:00 2001 From: RX6900XT Date: Wed, 29 Jun 2022 03:28:56 +0000 Subject: [PATCH 2/2] update spark-dwine-helper/s-wine-helper/deepinwine/tools/spark_run_v4.sh. --- .../s-wine-helper/deepinwine/tools/spark_run_v4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spark-dwine-helper/s-wine-helper/deepinwine/tools/spark_run_v4.sh b/spark-dwine-helper/s-wine-helper/deepinwine/tools/spark_run_v4.sh index 150bfa0..60a3a26 100755 --- a/spark-dwine-helper/s-wine-helper/deepinwine/tools/spark_run_v4.sh +++ b/spark-dwine-helper/s-wine-helper/deepinwine/tools/spark_run_v4.sh @@ -422,7 +422,7 @@ CallApp() debug_log "CallApp $BOTTLENAME arg count $#: $*" case $BOTTLENAME in - "Deepin-WangWang") + "Deepin-WangWang"|"AliIm-taobao") CallWangWang "$@" ;; "Deepin-ZhuMu") -- Gitee