mirror of
https://github.com/zadam/trilium.git
synced 2024-11-11 01:23:57 +08:00
7 lines
No EOL
224 B
Bash
Executable file
7 lines
No EOL
224 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
echo "Packaging debian x64 distribution..."
|
|
|
|
VERSION=`jq -r ".version" package.json`
|
|
|
|
./node_modules/.bin/electron-installer-debian --config bin/deb-options.json --options.version=${VERSION} --arch amd64 |