This commit is contained in:
Jan Prochazka
2021-01-07 08:43:26 +01:00
parent 84cc2c6b8e
commit 51c9f09286

View File

@@ -1,12 +1,16 @@
{ {
"name": "dbgate", "name": "dbgate",
"version": "3.8.17", "version": "3.8.18",
"private": true, "private": true,
"author": "Jan Prochazka <jenasoft.database@gmail.com>", "author": "Jan Prochazka <jenasoft.database@gmail.com>",
"dependencies": { "dependencies": {
"electron-store": "^5.1.1", "electron-store": "^5.1.1",
"electron-updater": "^4.3.1" "electron-updater": "^4.3.1"
}, },
"repository": {
"type": "git",
"url": "https://github.com/dbshell/dbgate.git"
},
"build": { "build": {
"appId": "org.dbgate", "appId": "org.dbgate",
"mac": { "mac": {
@@ -18,8 +22,7 @@
}, },
"linux": { "linux": {
"target": [ "target": [
"AppImage", "AppImage"
"deb"
], ],
"icon": "icon.png", "icon": "icon.png",
"category": "Development", "category": "Development",