Fix *nix case sensitivity building issues.

This commit is contained in:
J-D-K
2025-07-05 14:54:43 -04:00
parent 59c51a88ce
commit f7163f8dd7
7 changed files with 9 additions and 59 deletions

View File

@@ -475,7 +475,6 @@ static void overwrite_backup(sys::ProgressTask *task, std::shared_ptr<BackupMenu
fs::SaveMetaData meta;
bool hasMeta = fs::fill_save_meta_data(saveInfo, meta);
if (std::strstr(STRING_ZIP_EXTENSION, dataStruct->targetPath.c_string()))
{
zipFile backupZip = zipOpen64(dataStruct->targetPath.c_string(), APPEND_STATUS_CREATE);
@@ -486,7 +485,6 @@ static void overwrite_backup(sys::ProgressTask *task, std::shared_ptr<BackupMenu
return;
}
// Need the zip info for the meta.
if (hasMeta)
{