Browse Source

Feature #TASK_QT-31498 更新打包脚本

Carl 5 tháng trước cách đây
mục cha
commit
6cb850cd47
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dist/aarch64/scripts/package.sh

+ 1 - 1
dist/aarch64/scripts/package.sh

@@ -24,7 +24,7 @@ readonly XZDEC_NAME="xzdec"
 readonly INSTALL_TEMP_FILE_NAME="install_temp.sh"
 readonly INSTALL_VERSION_FILE_NAME="installer.version"
 #== {productName}-installer-{version}.sh 即 cwserveragent-installer-1.1.0.sh
-ARCH=$(uname -m)
+ARCH="aarch64"
 TARGET_INSTALL_FILE_NAME="${BRAND_AGENT_PRODUCT_NAME}-installer-Linux-${ARCH}-${AGENT_INSTALLER_VERSION}.sh"
 #TARGET_INSTALL_FILE_NAME="${BRAND_PRODUCT_NAME_LOWER}-installer-${AGENT_INSTALLER_VERSION}.sh"