disabled publish

This commit is contained in:
antelle 2020-04-04 17:00:07 +02:00
parent 129a77ae7c
commit 49d618f066
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE
1 changed files with 1 additions and 1 deletions

View File

@ -376,13 +376,13 @@ module.exports = function(grunt) {
'electron-builder': {
linux: {
options: {
publish: 'never',
targets: 'linux',
prepackaged: 'tmp/desktop/keeweb-linux-x64',
config: {
appId: 'net.antelle.keeweb',
productName: 'keeweb',
copyright: `Copyright © ${year} Antelle`,
publish: [],
directories: {
output: 'tmp/desktop/electron-builder',
app: 'desktop',