mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
release script, moved all scripts to bin directory
This commit is contained in:
11
bin/package.sh
Executable file
11
bin/package.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
VERSION=`jq -r ".version" package.json`
|
||||
|
||||
cd dist
|
||||
|
||||
echo "Packaging windows electron distribution..."
|
||||
7z a trilium-windows-${VERSION}.7z trilium-win32-x64
|
||||
|
||||
echo "Packaging linux electron distribution..."
|
||||
7z a trilium-linux-${VERSION}.7z trilium-linux-x64
|
||||
Reference in New Issue
Block a user