This commit is contained in:
Jan Prochazka
2021-05-20 21:53:13 +02:00
parent 60464052e2
commit 61a2398fb8
3 changed files with 12 additions and 3 deletions

View File

@@ -33,9 +33,16 @@
},
"linux": {
"target": [
"AppImage",
"deb",
"snap"
"snap",
{
"target": "AppImage",
"arch": [
"x64",
"armv7l",
"arm64"
]
}
],
"icon": "icon.png",
"artifactName": "dbgate-linux-${version}.${ext}",
@@ -92,4 +99,4 @@
"optionalDependencies": {
"msnodesqlv8": "^2.0.10"
}
}
}