mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
build: Update bettersqlite3 binary for Linux desktop
This commit is contained in:
parent
aa6cf1f11c
commit
42c0a557b4
BIN
bin/better-sqlite3/linux-desktop-better_sqlite3.node
Normal file → Executable file
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
0
bin/better-sqlite3/mac-arm64-better_sqlite3.node
Normal file → Executable file
0
bin/better-sqlite3/mac-x64-better_sqlite3.node
Normal file → Executable file
0
bin/better-sqlite3/mac-x64-better_sqlite3.node
Normal file → Executable file
4
bin/better-sqlite3/update.sh
Normal file → Executable file
4
bin/better-sqlite3/update.sh
Normal file → Executable 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"
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user