Group installers by version
This commit is contained in:
parent
119a8b3309
commit
25c8036a97
4 changed files with 8 additions and 4 deletions
|
|
@ -1,9 +1,10 @@
|
|||
const installer = require('electron-installer-debian')
|
||||
const path = require('path')
|
||||
const package = require('../package.json');
|
||||
|
||||
const options = {
|
||||
src: path.join(__dirname, '../release-builds/openflexure-ev-linux-armv7l/'),
|
||||
dest: path.join(__dirname, '../release-builds/installers'),
|
||||
dest: path.join(__dirname, '../release-builds/installers', package.version),
|
||||
arch: 'armhf',
|
||||
icon: path.join(__dirname, '../icons/png/1024x1024.png'),
|
||||
categories: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue