build: Update bettersqlite3 binary for Linux desktop

This commit is contained in:
Elian Doran 2024-07-17 23:10:29 +03:00
parent aa6cf1f11c
commit 42c0a557b4
No known key found for this signature in database
5 changed files with 5 additions and 1 deletions

BIN
bin/better-sqlite3/linux-desktop-better_sqlite3.node Normal file → Executable file

Binary file not shown.

0
bin/better-sqlite3/mac-arm64-better_sqlite3.node Normal file → Executable file
View File

0
bin/better-sqlite3/mac-x64-better_sqlite3.node Normal file → Executable file
View File

4
bin/better-sqlite3/update.sh Normal file → Executable file
View File

@ -14,6 +14,10 @@ function download() {
rm -f "$temp_file"
}
script_dir=$(realpath $(dirname $0))
cd "$script_dir"
download "linux-x64" "linux-desktop"
download "win32-x64" "win"
download "darwin-x64" "mac-x64"
download "darwin-arm64" "mac-arm64"

View File

@ -55,4 +55,4 @@ pushd dist
tar cJf "trilium-linux-x64-${VERSION}.tar.xz" trilium-linux-x64
popd
bin/build-debian.sh
#bin/build-debian.sh