mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 09:58:32 +02:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e825abf893
@ -30,11 +30,11 @@ rm -r ./node_modules/sqlite3/lib/binding/*
|
|||||||
|
|
||||||
cp -r ../../bin/deps/linux-x64/sqlite/node* ./node_modules/sqlite3/lib/binding/
|
cp -r ../../bin/deps/linux-x64/sqlite/node* ./node_modules/sqlite3/lib/binding/
|
||||||
|
|
||||||
printf "#/bin/sh\n./node/bin/node src/www" > trilium.sh
|
printf "#!/bin/sh\n./node/bin/node src/www" > trilium.sh
|
||||||
chmod 755 trilium.sh
|
chmod 755 trilium.sh
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
VERSION=`jq -r ".version" ../package.json`
|
VERSION=`jq -r ".version" ../package.json`
|
||||||
|
|
||||||
tar cJf trilium-linux-x64-server-${VERSION}.tar.xz trilium-linux-x64-server
|
tar cJf trilium-linux-x64-server-${VERSION}.tar.xz trilium-linux-x64-server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user