initial mac support + some other build changes

This commit is contained in:
azivner
2018-12-02 00:26:45 +01:00
parent ee0b0c3dfe
commit af195beb7e
19 changed files with 114 additions and 58 deletions

View File

@@ -1,11 +1,5 @@
#!/usr/bin/env bash
if [[ $# -eq 0 ]] ; then
echo "Missing argument of new version"
exit 1
fi
VERSION=$1
PKG_DIR=dist/trilium-linux-x64-server
NODE_VERSION=10.14.1
@@ -35,4 +29,5 @@ chmod 755 trilium.sh
cd ..
VERSION=`jq -r ".version" package.json`
7z a trilium-linux-x64-server-${VERSION}.7z trilium-linux-x64-server