From 460d965ac17310b707ae9ac73b2f9fb7c520d0de Mon Sep 17 00:00:00 2001
From: shenmo <jifengshenmo@outlook.com>
Date: Thu, 10 Apr 2025 07:27:45 +0000
Subject: [PATCH] fix: Some apps can't launch

Signed-off-by: shenmo <jifengshenmo@outlook.com>
---
 tool/store-helper/ss-launcher | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tool/store-helper/ss-launcher b/tool/store-helper/ss-launcher
index 563744b..a635ff8 100755
--- a/tool/store-helper/ss-launcher
+++ b/tool/store-helper/ss-launcher
@@ -101,7 +101,7 @@ function launch_app(){
     log.info "Command is $exec_command"
 
     # 在默认终端执行命令
-    bash -c $exec_command
+    bash -c "$exec_command"
 }
 
 if [ "$#" -lt 2 ];then