Skip to content

Commit

Permalink
build: Update bettersqlite3 binary for Linux desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 17, 2024
1 parent 9bc89ff commit 0a983fc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
Binary file modified bin/better-sqlite3/linux-desktop-better_sqlite3.node
100644 → 100755
Binary file not shown.
Empty file modified bin/better-sqlite3/mac-arm64-better_sqlite3.node
100644 → 100755
Empty file.
Empty file modified bin/better-sqlite3/mac-x64-better_sqlite3.node
100644 → 100755
Empty file.
4 changes: 4 additions & 0 deletions bin/better-sqlite3/update.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion bin/build-linux-x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0a983fc

Please sign in to comment.