Skip to content

Commit

Permalink
Merge pull request #2 from uroesch/release/v7.0.1-beta4-uroesch
Browse files Browse the repository at this point in the history
Release DBeaver 7.0.1
  • Loading branch information
uroesch authored Mar 26, 2020
2 parents 9aae279 + ab83816 commit 80cd11b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions App/AppInfo/Launcher/Custom.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ ${SegmentInit}
${ReadLauncherConfig} $JavaMode Activate Java
${If} $JavaMode == find
${OrIf} $JavaMode == require
${If} $Bits == 64
${If} $Bits != 64
MessageBox MB_OK|MB_ICONSTOP "This version of DBeaver requires a 64bit runtime environment."
Quit
${Else}
${FindCommonJavaDirectory} '64'
${EndIf}
${If} $JavaDirectory == ''
${FindCommonJavaDirectory} ''
${EndIf}
${IfNot} ${FileExists} $JavaDirectory
ClearErrors
ReadRegStr $0 HKLM "Software\JavaSoft\Java Runtime Environment" CurrentVersion
Expand Down
4 changes: 2 additions & 2 deletions App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Freeware=true
CommercialUse=true

[Version]
PackageVersion=7.0.0.0
DisplayVersion=7.0.0-beta3-uroesch
PackageVersion=7.0.1.0
DisplayVersion=7.0.1-beta4-uroesch

[Dependencies]
UsesJava=true
Expand Down
8 changes: 4 additions & 4 deletions App/AppInfo/update.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[Version]
Package = 7.0.0.0
Display = 7.0.0-beta3-uroesch
Package = 7.0.1.0
Display = 7.0.1-beta4-uroesch

[Archive]
URL1 = https://dbeaver.io/files/7.0.0/dbeaver-ce-7.0.0-win32.win32.x86_64.zip
Checksum1 = SHA256:B15AA6D544D5319A9C9626760BD4A7657219E17D0C0FF98C03DED99F2B6A5FEA
URL1 = https://dbeaver.io/files/7.0.1/dbeaver-ce-7.0.1-win32.win32.x86_64.zip
Checksum1 = SHA256:85535266859A26C97C0ABD1C10799D556A4DB19E4066020BE71D9F45A19F0831
TargetName1 = DBeaver
ExtractName1 = dbeaver

0 comments on commit 80cd11b

Please sign in to comment.