Skip to content

Commit 8236036

Browse files
Revert "Update web/build/builder-linux-config.yaml buildVersion to 0.3.29"
This reverts commit 5effbb6.
1 parent 1b6c583 commit 8236036

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

web/build/builder-linux-config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ directories:
33
buildResources: build
44
appId: com.dolthub.dolt-workbench
55
productName: Dolt-Workbench
6-
buildVersion: 0.3.29
6+
buildVersion: 0.3.28
77
copyright: Copyright © 2024 DoltHub Inc
88
icon: build/linux/icon.png
99
files:
@@ -51,16 +51,18 @@ extraFiles:
5151
- "!**/*.md"
5252
- from: "build/linux/dolt-${arch}"
5353
to: resources/dolt
54+
5455
linux:
5556
icon: build/linux/icon.png
5657
category: "Development"
5758
target:
5859
- target: "AppImage"
59-
arch: ["x64", "arm64"]
60+
arch: ["x64","arm64"]
6061
artifactName: "${productName}-linux-${arch}.${ext}"
6162
executableName: "dolt-workbench"
6263
synopsis: "SQL workbench for MySQL and PostgreSQL"
6364
asar: false
6465
maintainer: "DoltHub Team <[email protected]>"
66+
6567
npmRebuild: false
6668
electronVersion: 31.7.1

0 commit comments

Comments
 (0)