mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
publish (required for autoupgrade)
This commit is contained in:
parent
287d29bbdb
commit
077136814d
@ -11,7 +11,8 @@
|
||||
"appId": "org.dbgate",
|
||||
"mac": {
|
||||
"category": "database",
|
||||
"icon": "icon512.png"
|
||||
"icon": "icon512.png",
|
||||
"publish": ["github"]
|
||||
},
|
||||
"linux": {
|
||||
"target": [
|
||||
@ -20,13 +21,15 @@
|
||||
],
|
||||
"icon": "icon.png",
|
||||
"category": "Development",
|
||||
"synopsis": "Database administration tool for MS SQL, MySQL and PostgreSQL"
|
||||
"synopsis": "Database administration tool for MS SQL, MySQL and PostgreSQL",
|
||||
"publish": ["github"]
|
||||
},
|
||||
"win": {
|
||||
"target": [
|
||||
"nsis"
|
||||
],
|
||||
"icon": "icon.ico"
|
||||
"icon": "icon.ico",
|
||||
"publish": ["github"]
|
||||
},
|
||||
"files": [
|
||||
"packages",
|
||||
|
@ -2,7 +2,7 @@ const electron = require('electron');
|
||||
const os = require('os');
|
||||
const { Menu } = require('electron');
|
||||
const { fork } = require('child_process');
|
||||
var { autoUpdater } = require('electron-updater');
|
||||
const { autoUpdater } = require('electron-updater');
|
||||
const Store = require('electron-store');
|
||||
// Module to control application life.
|
||||
const app = electron.app;
|
||||
|
Loading…
Reference in New Issue
Block a user