feat: 1.93 (#2022)

This commit is contained in:
Baptiste Augrain
2024-09-09 12:29:14 +02:00
committed by GitHub
parent 237be4bef0
commit b520aa1b9b
21 changed files with 473 additions and 167 deletions

View File

@@ -219,6 +219,13 @@ if [[ "${SHOULD_BUILD_REH}" != "no" ]]; then
cd ..
fi
if [[ "${SHOULD_BUILD_REH_WEB}" != "no" ]]; then
echo "Building and moving REH-web"
cd "vscode-reh-web-${VSCODE_PLATFORM}-${VSCODE_ARCH}"
tar czf "../assets/${APP_NAME_LC}-reh-web-${VSCODE_PLATFORM}-${VSCODE_ARCH}-${RELEASE_VERSION}.tar.gz" .
cd ..
fi
cd assets
for FILE in *; do