Explorar el Código

build(linux): disable appimage when flagged [skip ci]

Baptiste Augrain hace 8 meses
padre
commit
18ec65a491
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      check_tags.sh

+ 1 - 1
check_tags.sh

@@ -537,7 +537,7 @@ else
       SHOULD_BUILD_DEB="no"
       SHOULD_BUILD_RPM="no"
     fi
-    if [[ "${VSCODE_ARCH}" != "x64" ]]; then
+    if [[ "${VSCODE_ARCH}" != "x64" || "${DISABLE_APPIMAGE}" == "yes" ]]; then
       export SHOULD_BUILD_APPIMAGE="no"
     fi
   elif [[ "${OS_NAME}" == "windows" ]]; then