mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 05:36:00 +00:00
electron app
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"private": true,
|
||||
"author": "Jan Prochazka <jenasoft.database@gmail.com>",
|
||||
"dependencies": {
|
||||
"electron-store": "^5.1.1"
|
||||
"electron-store": "^5.1.1",
|
||||
"electron-updater": "^4.3.1"
|
||||
},
|
||||
"build": {
|
||||
"appId": "com.jenasoft.dbgate",
|
||||
@@ -13,11 +14,16 @@
|
||||
},
|
||||
"linux": {
|
||||
"target": [
|
||||
"AppImage"
|
||||
"AppImage",
|
||||
"deb"
|
||||
]
|
||||
},
|
||||
"win": {
|
||||
"target": "nsis"
|
||||
"target": [
|
||||
"nsis",
|
||||
"portable"
|
||||
],
|
||||
"icon": "icon.ico"
|
||||
},
|
||||
"files": [
|
||||
"packages",
|
||||
|
||||
Reference in New Issue
Block a user