JavaScript promise rejection: Loading CSS chunk index-domready failed. (error: https://sirherobrine23.com.br/assets/css/index-domready.9de057c0.css). Open browser console to see more details.
0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-07-06 20:31:12 +00:00
Files
libsql/libsql-sqlite3/tool/generate-artifacts.sh

13 lines
384 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env bash
# Generates artifacts from the current build:
# - .c and .h amalgamation files
# - a precompiled binary package
#
# Assumes that ./configure and make steps were executed and succeeded
set -x
tar czvf libsql-amalgamation-$(<LIBSQL_VERSION)${LIBSQL_SUFFIX}.tar.gz sqlite3.c sqlite3.h
tar czvf libsql-$(<LIBSQL_VERSION)${LIBSQL_SUFFIX}.tar.gz sqlite3 libsql .libs