Skip to content

Commit

Permalink
Updated components
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMaximus committed Dec 21, 2022
1 parent 625a98c commit 0d71ed9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GBM/Managers/mgrCommon.vb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Imports System.Text.RegularExpressions
Public Class mgrCommon

'These need to be updated when upgrading the packaged 7z utility
Private Shared sUtility64Hash As String = "B0CFDEAF429F5CC53F85123DD8F5A5FEB92C19D31AA34DF257EDF9A26BE05F95" 'v21.07 7za.exe x64
Private Shared sUtility32Hash As String = "31FD52F8996986623CF52C3B4D0F7AC74A9DEC63FC16C902CEF673EED550C435" 'v21.07 7za.exe x86
Private Shared sUtility64Hash As String = "22709AD7F3EC4C27517FC360194E174394BFA3F09CCFF5E013521EC306DC2DF9" 'v22.01 7za.exe x64
Private Shared sUtility32Hash As String = "BA7F3627715614D113C1E1CD7DD9D47E3402A1E8A7404043E08BC14939364549" 'v22.01 7za.exe x86
Private Shared sBlackList As String() = {"dosbox", "scummvm", "java", "python", "python.real", "python2.7", "mono", "wine"}

Public Shared ReadOnly Property UtilityHash As String
Expand Down
Binary file modified GBM/Utilities/x64/7za.exe
Binary file not shown.
Binary file modified GBM/Utilities/x86/7za.exe
Binary file not shown.
7 changes: 6 additions & 1 deletion GBM/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Game Backup Monitor v1.3.4 Readme
https://mikemaximus.github.io/gbm-web/
[email protected]

December 20, 2022
December 21, 2022

Important Notice:

Expand All @@ -16,5 +16,10 @@ All Platforms:

- Fixed an issue with ignored 7-Zip settings. The "Custom Arguments" and "Custom Location" settings will now function properly.
- Fixed an issue with the main window not properly scaling controls when using certain high DPI settings.

Windows:

- 7-Zip updated to 22.01
- SQLite updated to 3.40.0

The entire version history of GBM releases is available at http://mikemaximus.github.io/gbm-web/versionhistory.html
Binary file modified GBM/x64/sqlite3.dll
Binary file not shown.
Binary file modified GBM/x86/sqlite3.dll
Binary file not shown.

0 comments on commit 0d71ed9

Please sign in to comment.