mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-25 20:06:00 +00:00
v3.8.17
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dbgate",
|
"name": "dbgate",
|
||||||
"version": "3.8.16",
|
"version": "3.8.17",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": "Jan Prochazka <jenasoft.database@gmail.com>",
|
"author": "Jan Prochazka <jenasoft.database@gmail.com>",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -12,7 +12,9 @@
|
|||||||
"mac": {
|
"mac": {
|
||||||
"category": "database",
|
"category": "database",
|
||||||
"icon": "icon512.png",
|
"icon": "icon512.png",
|
||||||
"publish": ["github"]
|
"publish": [
|
||||||
|
"github"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": [
|
"target": [
|
||||||
@@ -22,14 +24,18 @@
|
|||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"category": "Development",
|
"category": "Development",
|
||||||
"synopsis": "Database administration tool for MS SQL, MySQL and PostgreSQL",
|
"synopsis": "Database administration tool for MS SQL, MySQL and PostgreSQL",
|
||||||
"publish": ["github"]
|
"publish": [
|
||||||
|
"github"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": [
|
"target": [
|
||||||
"nsis"
|
"nsis"
|
||||||
],
|
],
|
||||||
"icon": "icon.ico",
|
"icon": "icon.ico",
|
||||||
"publish": ["github"]
|
"publish": [
|
||||||
|
"github"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"packages",
|
"packages",
|
||||||
|
|||||||
Reference in New Issue
Block a user