Added fixes

This commit is contained in:
Alexey Berezhok
2024-04-05 22:33:31 +03:00
parent d32197e3cf
commit 68774baa01
2 changed files with 7 additions and 3 deletions

View File

@@ -783,7 +783,7 @@ if [ "$HESTIA_B" = true ]; then
fi
# Generate source tar.gz
tar -h --exclude=".git" --exclude=".github" --exclude=".husky" --exclude=".vscode" --exclude="node_modules" -czf $BUILD_DIR/hestia-$BUILD_VER.tar.gz -C $SRC_DIR/.. hestiacp
tar -h --exclude=".git" --exclude=".github" --exclude=".husky" --exclude=".vscode" --exclude="node_modules" --exclude="src/archive" -czf $BUILD_DIR/hestia-$BUILD_VER.tar.gz -C $SRC_DIR/.. hestiacp
# Build RPM package
echo Building Hestia RPM