fix(linux): build packages

This commit is contained in:
Baptiste Augrain
2025-04-03 01:46:14 +02:00
parent 8edb591353
commit 6944a05db8
2 changed files with 2 additions and 16 deletions

View File

@@ -152,10 +152,12 @@ else
fi
if [[ "${SHOULD_BUILD_DEB}" != "no" || "${SHOULD_BUILD_APPIMAGE}" != "no" ]]; then
yarn gulp "vscode-linux-${VSCODE_ARCH}-prepare-deb"
yarn gulp "vscode-linux-${VSCODE_ARCH}-build-deb"
fi
if [[ "${SHOULD_BUILD_RPM}" != "no" ]]; then
yarn gulp "vscode-linux-${VSCODE_ARCH}-prepare-rpm"
yarn gulp "vscode-linux-${VSCODE_ARCH}-build-rpm"
fi