Skip to content

Commit

Permalink
build(linux): disable appimage when flagged [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Oct 8, 2024
1 parent 3047fd5 commit 18ec65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18ec65a

Please sign in to comment.