From 05c9c5db50e773769a017f889058457bf63a8f73 Mon Sep 17 00:00:00 2001 From: azivner Date: Mon, 27 Aug 2018 20:06:22 +0200 Subject: [PATCH] fix server edition build for 10th time --- bin/build-pkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-pkg.sh b/bin/build-pkg.sh index 7c336c7b6..77f9b4a51 100755 --- a/bin/build-pkg.sh +++ b/bin/build-pkg.sh @@ -20,4 +20,4 @@ cp node_modules/scrypt/build/Release/scrypt.node ${PKG_DIR}/ cd dist -7z a trilium-linux-x64-${VERSION}-server.7z trilium-linux-x64-server \ No newline at end of file +7z a trilium-linux-x64-server-${VERSION}.7z trilium-linux-x64-server \ No newline at end of file