File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ directories:
3
3
buildResources : build
4
4
appId : com.dolthub.dolt-workbench
5
5
productName : Dolt-Workbench
6
- buildVersion : 0.3.29
6
+ buildVersion : 0.3.28
7
7
copyright : Copyright © 2024 DoltHub Inc
8
8
icon : build/linux/icon.png
9
9
files :
@@ -51,16 +51,18 @@ extraFiles:
51
51
- " !**/*.md"
52
52
- from : " build/linux/dolt-${arch}"
53
53
to : resources/dolt
54
+
54
55
linux :
55
56
icon : build/linux/icon.png
56
57
category : " Development"
57
58
target :
58
59
- target : " AppImage"
59
- arch : ["x64", "arm64"]
60
+ arch : ["x64","arm64"]
60
61
artifactName : " ${productName}-linux-${arch}.${ext}"
61
62
executableName : " dolt-workbench"
62
63
synopsis : " SQL workbench for MySQL and PostgreSQL"
63
64
asar : false
64
65
maintainer :
" DoltHub Team <[email protected] >"
66
+
65
67
npmRebuild : false
66
68
electronVersion : 31.7.1
You can’t perform that action at this time.
0 commit comments