build fixes

This commit is contained in:
zadam
2019-10-15 20:32:43 +02:00
parent 1b318d6a30
commit 2be1aca2f3
4 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
PKG_DIR=dist/trilium-linux-x64-server-src
PKG_DIR=dist/trilium-linux-x64-server
NODE_VERSION=12.12.0
if [ "$1" != "DONTCOPY" ]
@@ -29,4 +29,4 @@ VERSION=`jq -r ".version" package.json`
cd dist
tar cJf trilium-linux-x64-server-${VERSION}.tar.xz trilium-linux-x64-server-src
tar cJf trilium-linux-x64-server-${VERSION}.tar.xz trilium-linux-x64-server