From b7c9797ef1495561a289fd2c726b927bce634677 Mon Sep 17 00:00:00 2001 From: shenmo Date: Sun, 15 Mar 2026 12:01:18 +0800 Subject: [PATCH] =?UTF-8?q?apm=20launch=20=E4=BC=9A=E5=9C=A8=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E8=BF=9B=E7=A8=8B=E5=90=AF=E5=8A=A8=EF=BC=8C=E8=80=8C?= =?UTF-8?q?=E4=B8=8D=E6=98=AF=E5=9C=A8=E6=96=B0=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/usr/bin/amber-pm-app-launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/bin/amber-pm-app-launcher b/src/usr/bin/amber-pm-app-launcher index 0136042..e064d88 100755 --- a/src/usr/bin/amber-pm-app-launcher +++ b/src/usr/bin/amber-pm-app-launcher @@ -61,7 +61,7 @@ function launch_app() { fi log.info "Launching: $exec_cmd" - ${SHELL:-bash} -c "$exec_cmd" & + ${SHELL:-bash} -c "$exec_cmd" } # 导出函数供 ACE 环境调用