From bdc026b45bdcdd21078ff834eb41528c90190d79 Mon Sep 17 00:00:00 2001 From: shijianquan <992593080@qq.com> Date: Fri, 4 Jul 2025 17:58:48 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=E4=BF=AE=E6=94=B9=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E9=87=8C=E7=9A=84energyhub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installer/installer_linux.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/installer_linux.sh b/installer/installer_linux.sh index 0847c901..e4a1bd96 100644 --- a/installer/installer_linux.sh +++ b/installer/installer_linux.sh @@ -9,7 +9,7 @@ fi #当前的安装包运行目录 initfile=$(dirname "$(dirname "$(readlink -f "$0")")") #安装目录 -INSTALL_DIR="/opt/EnergyHub" +INSTALL_DIR="/opt/SPMS" #debug or release SETUP_DEBUG_RELEASE=debug #安装平台 centos 、openeuler @@ -133,7 +133,7 @@ if [ "kylin10d" = "$OS_DEFINE" ]; then fi -elif [ "oe2203" = "$OS_DEFINE" ]; then +elif [ "oe2203" = "$OS_DEFINE" ] || [ "oe2203_aarch64" = "$OS_DEFINE" ]; then echo "INFO:openEuler need to select db-service" @@ -309,7 +309,7 @@ if [ -n "$sh_files" ]; then done fi -app_name="EnergyHub" +app_name="SPMS" exec_command="$(dirname "$script_path")/product/$BIN_DIR_VER/workBench" # 创建.desktop文件 sudo -k