Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 42c0a55

Browse files
committed
build: Update bettersqlite3 binary for Linux desktop
1 parent aa6cf1f commit 42c0a55

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

bin/better-sqlite3/linux-desktop-better_sqlite3.node

100644100755
85.3 KB
Binary file not shown.

bin/better-sqlite3/mac-arm64-better_sqlite3.node

100644100755
File mode changed.

bin/better-sqlite3/mac-x64-better_sqlite3.node

100644100755
File mode changed.

bin/better-sqlite3/update.sh

100644100755
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ function download() {
1414
rm -f "$temp_file"
1515
}
1616

17+
script_dir=$(realpath $(dirname $0))
18+
cd "$script_dir"
19+
20+
download "linux-x64" "linux-desktop"
1721
download "win32-x64" "win"
1822
download "darwin-x64" "mac-x64"
1923
download "darwin-arm64" "mac-arm64"

bin/build-linux-x64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ pushd dist
5555
tar cJf "trilium-linux-x64-${VERSION}.tar.xz" trilium-linux-x64
5656
popd
5757

58-
bin/build-debian.sh
58+
#bin/build-debian.sh

0 commit comments

Comments
 (0)