Skip to content

Commit

Permalink
Upgrade to DBeaver 5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Nov 16, 2018
1 parent 0281ba7 commit 5abd64a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.2.4-2 (2018/11/16)

* Upgrade to DBeaver 5.2.4

## 5.2.1-1 (2018/09/29)

* Initial version based on DBeaver 5.2.1
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ core.dir = ../portapps
app = dbeaver
app.name = DBeaver
app.type = archive
app.version = 5.2.1
app.version = 5.2.4

# Portable app
papp.id = ${app}-portable
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func init() {

func main() {
Papp.AppPath = AppPathJoin("app")
Papp.DataPath = AppPathJoin("data")
Papp.DataPath = CreateFolder(AppPathJoin("data"))
Papp.Process = PathJoin(Papp.AppPath, "dbeaver.exe")
Papp.Args = []string{
"-data",
Expand Down

0 comments on commit 5abd64a

Please sign in to comment.