From 406484344d7d94b02f44595485e6dba9c9a07fd3 Mon Sep 17 00:00:00 2001 From: shijianquan <992593080@qq.com> Date: Mon, 18 Aug 2025 17:22:53 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=8CM=E3=80=8D=E5=B0=86=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E6=94=B9=E4=B8=BAHMEnergy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installer/installer_linux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/installer_linux.sh b/installer/installer_linux.sh index e4a1bd96..b8c8713a 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/SPMS" +INSTALL_DIR="/opt/HMEnergy" #debug or release SETUP_DEBUG_RELEASE=debug #安装平台 centos 、openeuler @@ -309,7 +309,7 @@ if [ -n "$sh_files" ]; then done fi -app_name="SPMS" +app_name="HMEnergy" exec_command="$(dirname "$script_path")/product/$BIN_DIR_VER/workBench" # 创建.desktop文件 sudo -k