update ace-host-integration/ace-host-integration.

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
2024-11-04 18:11:08 +00:00
committed by Gitee
parent 04ef4b73b5
commit 3c3feb5f85

View File

@@ -63,7 +63,7 @@ local file=$1
chmod +x $file
}
if [ "${IS_ACE_ENV}" != "" ];then
if [ "${IS_ACE_ENV}" != "" ] || [[ -e /opt/ace-host-integration/ace-host-integration ]] && [[ -e /flamescion-container-tools ]];then
if [ -e /opt/apps/ ];then
for app_dir in $(ls /opt/apps/); do
for file in /opt/apps/$app_dir/entries/applications/*.desktop;do