2019-02-20 21:58:23 +01:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
echo "Packaging debian x64 distribution..."
|
|
|
|
|
|
|
|
VERSION=`jq -r ".version" package.json`
|
|
|
|
|
2021-11-01 09:11:04 +01:00
|
|
|
./node_modules/.bin/electron-installer-debian --config bin/deb-options.json --options.version=${VERSION} --arch amd64
|