From f546bb1962d99fb8c386c5081c0fd375dd00450a Mon Sep 17 00:00:00 2001 From: wangcong Date: Fri, 12 Jan 2024 10:56:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E6=A8=A1=E5=BC=8F=E9=80=82=E9=85=8D=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Description: 修改日志调试模式适配配置文件,将脚本的绝对路径修改成相对路径 Log: 修改日志调试模式适配配置文件 Bug: https://pms.uniontech.com/bug-view-239503.html --- src/assets/config/debugconfig/org.deepin.terminal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/config/debugconfig/org.deepin.terminal.json b/src/assets/config/debugconfig/org.deepin.terminal.json index 0bea79b9c..15cdc80a0 100644 --- a/src/assets/config/debugconfig/org.deepin.terminal.json +++ b/src/assets/config/debugconfig/org.deepin.terminal.json @@ -4,7 +4,7 @@ "submodules": [ { "name": "deepin-terminal", - "exec": "/usr/share/deepin-debug-config/shell/deepin-terminal_debug.sh" + "exec": "deepin-terminal_debug.sh" } ], "reboot": 0,