fix: bad syntax [skip ci]

This commit is contained in:
Baptiste Augrain 2022-09-25 18:40:51 +02:00
parent 2b61812afb
commit aa50b4f557

View file

@ -334,7 +334,7 @@ else
if [[ "${VSCODE_ARCH}" != "x64" ]]; then
export SHOULD_BUILD_APPIMAGE="no"
fi
if [[ "${OS_NAME}" == "osx" ]]; then
elif [[ "${OS_NAME}" == "osx" ]]; then
if [[ "${VSCODE_QUALITY}" == "insider" && "${VSCODE_ARCH}" == "arm64" ]]; then
export SHOULD_BUILD_SRC="yes"
fi