Skip to content

Commit

Permalink
Fixed issue with importing renamed backup files
Browse files Browse the repository at this point in the history
MikeMaximus committed Jan 17, 2025
1 parent c9ef2bd commit 5ba8679
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions GBM/Managers/mgrBackup.vb
Original file line number Diff line number Diff line change
@@ -447,6 +447,8 @@ Public Class mgrBackup
Else
If Not mgrManifest.DoManifestDuplicateCheck(oBackup, mgrSQLite.Database.Remote) Then
mgrManifest.DoManifestAdd(oBackup, mgrSQLite.Database.Remote)
Else
mgrManifest.DoManifestUpdateByManifestID(oBackup, mgrSQLite.Database.Remote)
End If
End If
iFilesImported += 1
3 changes: 2 additions & 1 deletion GBM/readme.txt
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ Game Backup Monitor v1.4.1 Readme
https://mikemaximus.github.io/gbm-web/
[email protected]

January 14, 2025
January 17, 2025

New in 1.4.1

@@ -12,6 +12,7 @@ General:
- The new format is based on ISO 8601.
- Ex: Grim Dawn 20250106T074903.7z
- This change only affects newly created backup files.
- Fixed an issue with importing backup files that have been renamed.

Windows:

0 comments on commit 5ba8679

Please sign in to comment.